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