aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
blob: 1cb09d15c315564a83a200081804a04e4322d0fd (plain)
1
2
3
4
5
6
%modules = ( # path to module name map
    "QtQuickStudioApplication" => "$basedir/src/imports/application",
    "QtQuickStudioUtils" => "$basedir/src/imports/utils",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);