summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorWolfgang Beck <wolfgang.beck@nokia.com>2012-04-02 13:30:56 +1000
committerWolfgang Beck <wolfgang.beck@nokia.com>2012-04-04 06:19:15 +0200
commitc21c15c6a2412da1dea6afc3b6ad24f759c3ae00 (patch)
tree24672178cf6812f6bc9c7b7f556bd5d5d6b4ae66 /sync.profile
parent887edde891adaea58f498a79c97fbbe991fa0ca8 (diff)
Create category logging module
Change-Id: I12bd44a23e92abb8938af9b7ee22ffcae0391d8d Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com> Reviewed-by: Wolfgang Beck <wolfgang.beck@nokia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile23
1 files changed, 23 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
new file mode 100644
index 0000000..e612e90
--- /dev/null
+++ b/sync.profile
@@ -0,0 +1,23 @@
+%modules = ( # path to module name map
+ "QtLogger" => "$basedir/src/logger",
+);
+%moduleheaders = ( # restrict the module headers to those found in relative path
+);
+%classnames = (
+);
+%mastercontent = (
+ "logger" => "#include <QtLogger/QtLogger>\n",
+);
+%modulepris = (
+ "QtLogger" => "$basedir/modules/qt_logger.pri",
+);
+# 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" => "refs/heads/master",
+);
+