summaryrefslogtreecommitdiffstats
path: root/sync.profile
blob: 5e5f47821d7a0e9c5882044ec5efe46371737236 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
%modules = ( # path to module name map
    "QtModeling" => "$basedir/src/modeling",
    "QtModelingWidgets" => "$basedir/src/modelingwidgets",
    "QtMof" => "$basedir/src/mof",
    "QtUml" => "$basedir/src/uml",
    "QtDuse" => "$basedir/src/duse",
    "QtSADuseProfile" => "$basedir/src/saduseprofile",
    "QtMeasurementProfile" => "$basedir/src/measurementprofile",
);

%moduleheaders = ( # restrict the module headers to those found in relative path
);

%classnames = (
    "qtmodelingversion.h" => "QtModelingVersion",
    "qtmodelingglobal.h"  => "QtModelingGlobal",
    "qtmodelingnamespace.h"  => "QtModelingNamespace",
    "qtmodelingwidgetsversion.h" => "QtModelingWidgetsVersion",
    "qtmodelingwidgetsglobal.h"  => "QtModelingWidgetsGlobal",
    "qtmofversion.h" => "QtMofVersion",
    "qtmofglobal.h"  => "QtMofGlobal",
    "qtmofnamespace.h"  => "QtMofNamespace",
    "qtumlversion.h" => "QtUmlVersion",
    "qtumlglobal.h"  => "QtUmlGlobal",
    "qtumlnamespace.h"  => "QtUmlNamespace",
    "qtduseversion.h" => "QtDuseVersion",
    "qtduseglobal.h"  => "QtDuseGlobal",
    "qtdusenamespace.h"  => "QtDuseNamespace",
    "qtsaduseprofileversion.h" => "QtSADuseProfileVersion",
    "qtsaduseprofileglobal.h"  => "QtSADuseProfileGlobal",
    "qtsaduseprofilenamespace.h"  => "QtSADuseProfileNamespace",
    "qtmeasurementprofileversion.h" => "QtMeasurementProfileVersion",
    "qtmeasurementprofileglobal.h"  => "QtMeasurementProfileGlobal",
    "qtmeasurementprofilenamespace.h"  => "QtMeasurementProfileNamespace",
);

%dependencies = (
    "qtbase" => "refs/heads/5.3",
    "qtscript" => "refs/heads/5.3",
    "qtdeclarative" => "refs/heads/5.3",
);