aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2019-12-18 11:26:00 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2019-12-18 12:24:23 +0000
commit5fb118545c7b0ad6493e6083cb61335c32c2741e (patch)
treed3a48bdf6cf7c32ffb02ec8bd33fbaab3dd446ed /share
parent6bc4dbe1ab05f94b8a8f16b650a5e73f3a671ebf (diff)
Qt support: Remove dependency on qml-private from QtQuick module
There is no apparent reason for such a dependency. Change-Id: If876265de040c15e4c244a587fe176160fea978a Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'share')
-rw-r--r--share/qbs/module-providers/Qt/templates/quick.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qbs/module-providers/Qt/templates/quick.qbs b/share/qbs/module-providers/Qt/templates/quick.qbs
index 5968949c8..bf04fe869 100644
--- a/share/qbs/module-providers/Qt/templates/quick.qbs
+++ b/share/qbs/module-providers/Qt/templates/quick.qbs
@@ -38,7 +38,7 @@ import 'quick.js' as QC
QtModule {
qtModuleName: @name@
- Depends { name: "Qt"; submodules: @dependencies@.concat("qml-private") }
+ Depends { name: "Qt"; submodules: @dependencies@ }
hasLibrary: @has_library@
architectures: @archs@