summaryrefslogtreecommitdiff
path: root/sync.profile
blob: 6707ceabf67fbbba2c5d2ea06302ccb9552c3c76 (plain)
1
2
3
4
5
6
7
8
9
10
11
%modules = ( # path to module name map
    "QtXmlPatterns" => "$basedir/src/xmlpatterns",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%classnames = (
);
%mastercontent = (
    "core" => "#include <QtCore/QtCore>\n",
    "network" => "#include <QtNetwork/QtNetwork>\n",
);