summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile21
1 files changed, 0 insertions, 21 deletions
diff --git a/sync.profile b/sync.profile
deleted file mode 100644
index de4261afc..000000000
--- a/sync.profile
+++ /dev/null
@@ -1,21 +0,0 @@
-%modules = ( # path to module name map
- "QtTools" => "$basedir/src/global",
- "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",
-);
-%moduleheaders = ( # restrict the module headers to those found in relative path
-);
-%classnames = (
-);
-%deprecatedheaders = (
- "QtDesigner" => {
- "customwidget.h" => "QtUiPlugin/customwidget.h",
- "QDesignerCustomWidgetInterface" => "QtUiPlugin/QDesignerCustomWidgetInterface",
- "QDesignerCustomWidgetCollectionInterface" => "QtUiPlugin/QDesignerCustomWidgetCollectionInterface",
- "qdesignerexportwidget.h" => "QtUiPlugin/qdesignerexportwidget.h",
- "QDesignerExportWidget" => "QtUiPlugin/QDesignerExportWidget"
- }
-);