File: sync.profile

package info (click to toggle)
qttools-opensource-src 5.15.17-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 58,636 kB
  • sloc: cpp: 204,308; xml: 3,621; ansic: 265; javascript: 120; perl: 118; makefile: 64; java: 32
file content (20 lines) | stat: -rw-r--r-- 887 bytes parent folder | download | duplicates (6)
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"
    }
);