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