aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2023-10-27 10:17:27 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2023-10-27 10:29:25 +0200
commite60946085e9656ef86d6c692011f335b10febf5f (patch)
tree6e1e342db140767f1a5547e30907965c370ff6b1
parente8853656da4cbe33d5ca374227aef421924a160b (diff)
Update sync.profile for QtQuickStudioUtils
Change-Id: Id1a2084854ed309f4a1a631dc04bee9cdedef73a Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r--sync.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 73fa0db..1cb09d1 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,5 +1,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
);