summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index f21cc199..88f1ab08 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,5 +1,6 @@
%modules = ( # path to module name map
- "QtCharts" => "$basedir/src/charts;^$basedir/src/chartsqml2",
+ "QtCharts" => "$basedir/src/charts",
+ "QtChartsQml" => "$basedir/src/chartsqml2",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);