From 1a9799d015337f405a2eb1264fe5e90ec68c47bf Mon Sep 17 00:00:00 2001 From: Fabian Kosmale Date: Thu, 3 Jun 2021 08:44:35 +0200 Subject: Port to new CMake qml API Change-Id: I043af5dabef71aa08b19252b0ecee6663ca25a7d Reviewed-by: Ulf Hermann --- sync.profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sync.profile') 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 ); -- cgit v1.2.3