summaryrefslogtreecommitdiff
path: root/sync.profile
blob: c6aaf0e2f962efc2ba0e1d37c79a18bcb6416698 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%modules = ( # path to module name map
    "QtHelp" => "$basedir/src/assistant/lib",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%classnames = (
);
%mastercontent = (
);
%modulepris = (
    "QtHelp" => "$basedir/modules/qt_help.pri",
);