summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2011-01-27 09:30:40 +0100
committeraxis <qt-info@nokia.com>2011-04-27 12:05:56 +0200
commit16723d397c8b96c0d1d13dd427eb4f0f377da420 (patch)
treee11c131edeb184149dbd87c9b0661fbe674193ac /sync.profile
parent41c8d3db370a2f26644303e797ba5bc63e98d760 (diff)
Added needed profile files for ActiveQt.
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile13
1 files changed, 13 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
new file mode 100644
index 0000000..22c222d
--- /dev/null
+++ b/sync.profile
@@ -0,0 +1,13 @@
+%modules = ( # path to module name map
+ "ActiveQt" => "$basedir/src/activeqt",
+);
+%moduleheaders = ( # restrict the module headers to those found in relative path
+);
+%classnames = (
+);
+%mastercontent = (
+ "gui" => "#include <QtGui/QtGui>\n",
+);
+%modulepris = (
+ "ActiveQt" => "$basedir/modules/qt_activeqt.pri",
+);