summaryrefslogtreecommitdiffstats
path: root/sync.profile
blob: 5d081925bfb233a63a801c40f731b37823ebf13e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
%modules = ( # path to module name map
    "Qt3Support" => "$basedir/src/qt3support",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%classnames = (
);
%mastercontent = (
    "core" => "#include <QtCore/QtCore>\n",
    "gui" => "#include <QtGui/QtGui>\n",
    "network" => "#include <QtNetwork/QtNetwork>\n",
    "sql" => "#include <QtSql/QtSql>\n",
);

%modulepris = (
    "Qt3Support" => "$basedir/modules/qt_qt3support.pri",
);