summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-09-13 15:40:42 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-09-13 20:18:12 +0200
commit8a8fca2f853cd007d568438f5807441f75b6cd68 (patch)
tree75f33aaac0901a13d0792d19cf3212716e25e1a9 /sync.profile
parent37a8e98cd004601623476fc0a390fc156c0b52f5 (diff)
Get designer to compile again.
And it actually runs! ;-) Change-Id: I593991e3b5d423189f00d1bd9c51daca6b9e9bd0 Reviewed-on: http://codereview.qt-project.org/4831 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 8873defdd..260187a51 100644
--- a/sync.profile
+++ b/sync.profile
@@ -3,6 +3,7 @@
"QtHelp" => "$basedir/src/assistant/help",
"QtUiTools" => "$basedir/src/designer/src/uitools",
"QtDesigner" => "$basedir/src/designer/src/lib",
+ "QtDesignerComponents" => "$basedir/src/designer/src/components/lib",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
@@ -11,6 +12,7 @@
"qthelpversion.h" => "QtHelpVersion",
"qtuitoolsversion.h" => "QtUiToolsVersion",
"qtdesignerversion.h" => "QtDesigner",
+ "qtdesignercomponentsversion.h" => "QtDesignerComponents",
);
%mastercontent = (
"sql" => "#include <QtSql/QtSql>\n",
@@ -21,6 +23,7 @@
"clucene" => "#include <QtCLucene/QtCLucene>\n",
"help" => "#include <QtHelp/QtHelp>\n",
"designer" => "#include <QtDesigner/QtDesigner>\n",
+ "designercomponents" => "#include <QtDesignerComponents/QtDesignerComponents>\n",
"uitools" => "#include <QtUiTools/QtUiTools>\n",
);
%modulepris = (
@@ -28,6 +31,7 @@
"QtHelp" => "$basedir/modules/qt_help.pri",
"QtUiTools" => "$basedir/modules/qt_uitools.pri",
"QtDesigner" => "$basedir/modules/qt_designer.pri",
+ "QtDesignerComponents" => "$basedir/modules/qt_designercomponents.pri",
);
%dependencies = (
"qtbase" => "refs/heads/master",