summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-09-13 14:43:51 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-09-13 20:17:56 +0200
commit37a8e98cd004601623476fc0a390fc156c0b52f5 (patch)
treebf0519ffae894eb2159443aba3b704ca27cb08f9 /sync.profile
parent7d0a7adede5166cf64ceb7b7826d2817d9f86e7d (diff)
Add QtUiTools and uilib
This code used to live in qtbase. It doesn't belong there however and since there are no dependencies in qtbase left that require it move it here. This significantly simplifies the build system with regards to the code in uilib. Change-Id: I41c8687bd071a1c253eb55594986f3e1424bc6cf Reviewed-on: http://codereview.qt-project.org/4830 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index e748d5ecc..8873defdd 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,6 +1,7 @@
%modules = ( # path to module name map
"QtCLucene" => "$basedir/src/assistant/clucene",
"QtHelp" => "$basedir/src/assistant/help",
+ "QtUiTools" => "$basedir/src/designer/src/uitools",
"QtDesigner" => "$basedir/src/designer/src/lib",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
@@ -8,6 +9,7 @@
%classnames = (
"qtcluceneversion.h" => "QtCLuceneVersion",
"qthelpversion.h" => "QtHelpVersion",
+ "qtuitoolsversion.h" => "QtUiToolsVersion",
"qtdesignerversion.h" => "QtDesigner",
);
%mastercontent = (
@@ -24,6 +26,7 @@
%modulepris = (
"QtCLucene" => "$basedir/modules/qt_clucene.pri",
"QtHelp" => "$basedir/modules/qt_help.pri",
+ "QtUiTools" => "$basedir/modules/qt_uitools.pri",
"QtDesigner" => "$basedir/modules/qt_designer.pri",
);
%dependencies = (