forked from qtproject/qt-apps-neptune-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I4f6ebe8b16bf712a0d64c58e2bfc6898bf683d15 Reviewed-by: Robert Griebl <[email protected]>
- Loading branch information
Marko Kangas
committed
Nov 24, 2015
1 parent
4bbee7f
commit 977cd1e
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
%modules = ( # path to module name map | ||
); | ||
%moduleheaders = ( # restrict the module headers to those found in relative path | ||
); | ||
%classnames = ( | ||
); | ||
%deprecatedheaders = ( | ||
); | ||
$publicclassregexp = "Q.+"; | ||
# Module dependencies. | ||
# Every module that is required to build this module should have one entry. | ||
# Each of the module version specifiers can take one of the following values: | ||
# - A specific Git revision. | ||
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch) | ||
# | ||
%dependencies = ( | ||
"qtbase" => "", | ||
"qtdeclarative" => "" | ||
); | ||
|