summaryrefslogtreecommitdiff
path: root/sync.profile
blob: 9548e0fc82b2dca93337b39e8a2f7c0f9197b3ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
%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",
);
%modulepris = (
    "QtXmlPatterns" => "$basedir/modules/qt_xmlpatterns.pri",
);