summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2022-02-15 14:52:20 +0100
committerAlexey Edelev <alexey.edelev@qt.io>2022-02-16 13:46:07 +0100
commit6af882fa2f45f73ec2ba4066d5ae3ad072d0c5ee (patch)
tree0f6e0aaee5d310243aaeabb10aa7b351fed12769 /sync.profile
parenteba95f46470dc1adb46f49f68d0d17858c04f83e (diff)
downloadqttools-6af882fa2f45f73ec2ba4066d5ae3ad072d0c5ee.tar.gz
Move UiTools and UiPlugin modules to a upper level sub-directory
UiTools UiPlugin modules are used across the repo, so need to move them to the top-level directory, to avoid situations when the disabled 'designer' feature blocks their build. Fixes: QTBUG-95236 Change-Id: I4743c52065738e03089c2cd49ec11f2842fea31b Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Vitaly Fanaskov <vt4a2hqt@gmail.com> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync.profile b/sync.profile
index de4261afc..caa7ed5ad 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,8 +1,8 @@
%modules = ( # path to module name map
"QtTools" => "$basedir/src/global",
"QtHelp" => "$basedir/src/assistant/help",
- "QtUiTools" => "$basedir/src/designer/src/uitools",
- "QtUiPlugin" => "$basedir/src/designer/src/uiplugin",
+ "QtUiTools" => "$basedir/src/uitools",
+ "QtUiPlugin" => "$basedir/src/uiplugin",
"QtDesigner" => "$basedir/src/designer/src/lib",
"QtDesignerComponents" => "$basedir/src/designer/src/components/lib",
);