summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2021-06-03 08:44:35 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2021-06-05 09:06:27 +0200
commit1a9799d015337f405a2eb1264fe5e90ec68c47bf (patch)
treeccb28db25d7201f5083ef544ece03f35cdf8d45f /sync.profile
parent686f8f6e500ca0e84e8b95da54d2a5a0193a3299 (diff)
Port to new CMake qml API
Change-Id: I043af5dabef71aa08b19252b0ecee6663ca25a7d Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
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
);