summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-04-14 15:53:12 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-05-11 07:41:58 +0000
commit7d4149e61fbb299e95968da22daa0818e30802b9 (patch)
tree6084c2e9af72255098c9131c8e212dc0a5672a48 /sync.profile
parent3d5dd90ee924665fb1401846a3712ad176a55632 (diff)
downloadqttools-7d4149e61fbb299e95968da22daa0818e30802b9.tar.gz
move ui loader interfaces to own module
it's backwards to declare the interface as part of the designer library itself, as that obviously pulls in half of designer itself into custom widget plugins which should be perfectly usable from the stand-alone ui loader in uitools. also, designer isn't built for embedded systems, so the bundling needlessly limited the availability of widget plugins. so move the relevant headers into a separate include-only module. the designer module retains forwarding headers, as the old includes obviously need to continue working. [ChangeLog][UiTools] Custom widget plugins should now use QT+=uiplugin instead of QT+=designer. This makes them usable on embedded systems. Task-number: QTBUG-44724 Change-Id: I5535b10d2f095b257eeda9681f60b2f8c699f7d7 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 97beabbb3..ff59ca3c2 100644
--- a/sync.profile
+++ b/sync.profile
@@ -2,6 +2,7 @@
"QtCLucene" => "$basedir/src/assistant/clucene",
"QtHelp" => "$basedir/src/assistant/help",
"QtUiTools" => "$basedir/src/designer/src/uitools",
+ "QtUiPlugin" => "$basedir/src/designer/src/uiplugin",
"QtDesigner" => "$basedir/src/designer/src/lib",
"QtDesignerComponents" => "$basedir/src/designer/src/components/lib",
);
@@ -9,6 +10,15 @@
);
%classnames = (
);
+%deprecatedheaders = (
+ "QtDesigner" => {
+ "customwidget.h" => "QtUiPlugin/customwidget.h",
+ "QDesignerCustomWidgetInterface" => "QtUiPlugin/QDesignerCustomWidgetInterface",
+ "QDesignerCustomWidgetCollectionInterface" => "QtUiPlugin/QDesignerCustomWidgetCollectionInterface",
+ "qdesignerexportwidget.h" => "QtUiPlugin/qdesignerexportwidget.h",
+ "QDesignerExportWidget" => "QtUiPlugin/QDesignerExportWidget"
+ }
+);
# 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: