aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
blob: 77da8d80038264d60c43fd8964f99fcc35421435 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%modules = ( # path to module name map
    "QtDeclarative" => "$basedir/src/declarative",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%classnames = (
);
%mastercontent = (
    "gui" => "#include <QtGui/QtGui>\n",
    "script" => "#include <QtScript/QtScript>\n",
    "network" => "#include <QtNetwork/QtNetwork>\n",
);
%modulepris = (
    "QtDeclarative" => "$basedir/modules/qt_declarative.pri",
);