summaryrefslogtreecommitdiff
path: root/sync.profile
blob: 275e96c675a84590d3daf822fca4d80b843adb3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
%modules = ( # path to module name map
    "QtSvg" => "$basedir/src/svg",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%classnames = (
);
%mastercontent = (
    "core" => "#include <QtCore/QtCore>\n",
    "gui" => "#include <QtGui/QtGui>\n",
);
%modulepris = (
    "QtSvg" => "$basedir/modules/qt_svg.pri",
);