summaryrefslogtreecommitdiffstats
path: root/sync.profile
blob: 9f88ac68d384d07ca1eba1a0c940980b276ccfd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
%modules = ( # path to module name map
    "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"
    }
);