summaryrefslogtreecommitdiffstats
path: root/sync.profile
blob: 4e8f6a343dcf6a2d361e04ca839dc5da5a326573 (plain)
1
2
3
4
5
6
7
8
9
%modules = ( # path to module name map
    "QtOpcUa" => "$basedir/src/opcua",
    "QtDeclarativeOpcua" => "$basedir/src/declarative_opcua",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%dependencies = (
    "qtbase" => "",
);