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