aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@nokia.com>2010-11-25 15:20:01 +0100
committeraxis <qt-info@nokia.com>2011-04-27 12:05:47 +0200
commitd1d26eaf4d13220b460cbc3a69dd9fafb8c12e1a (patch)
tree4eb5a93fc1dc93db0192cf59f74f74a3ef2de21a /sync.profile
parent715b0251af3fd29bf54ad7387b3b80d65e07d23e (diff)
Make declarative compile.
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile15
1 files changed, 15 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
new file mode 100644
index 0000000000..77da8d8003
--- /dev/null
+++ b/sync.profile
@@ -0,0 +1,15 @@
+%modules = ( # path to module name map
+ "QtDeclarative" => "$basedir/src/declarative",
+);
+%moduleheaders = ( # restrict the module headers to those found in relative path
+);
+%classnames = (
+);
+%mastercontent = (
+ "gui" => "#include <QtGui/QtGui>\n",
+ "script" => "#include <QtScript/QtScript>\n",
+ "network" => "#include <QtNetwork/QtNetwork>\n",
+);
+%modulepris = (
+ "QtDeclarative" => "$basedir/modules/qt_declarative.pri",
+);