summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
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: