diff options
author | Christian Kandeler <christian.kandeler@qt.io> | 2019-12-18 11:26:00 +0100 |
---|---|---|
committer | Christian Kandeler <christian.kandeler@qt.io> | 2019-12-18 12:24:23 +0000 |
commit | 5fb118545c7b0ad6493e6083cb61335c32c2741e (patch) | |
tree | d3a48bdf6cf7c32ffb02ec8bd33fbaab3dd446ed /share/qbs/module-providers/Qt/templates | |
parent | 6bc4dbe1ab05f94b8a8f16b650a5e73f3a671ebf (diff) | |
download | qbs-5fb118545c7b0ad6493e6083cb61335c32c2741e.tar.gz |
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/qbs/module-providers/Qt/templates')
-rw-r--r-- | share/qbs/module-providers/Qt/templates/quick.qbs | 2 |
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@ |