summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-06-18 10:11:38 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-06-21 11:49:50 +0000
commit946c27269a3bccfdf6f2b436f6f6af2bcbbdae4a (patch)
tree541d0e509a7541d8b7d19096efd8c6c3f1c90c46
parentab22110e4a9e77e5844a394990eee05346acfa68 (diff)
CMake: Don't use the NO_CREATE_BACKING_TARGET option
With latest qtdeclarative, qt_internal_add_qml_module will simply reuse an existing target if it's available without having to specify the option. Change-Id: I550830ba0bdc11af0cece175b6df6ce6576ee41d Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit 5300c98bca4082bd1fe6070f262aca72281e1909) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/compositor/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compositor/CMakeLists.txt b/src/compositor/CMakeLists.txt
index 0f53f7306..e956c3b6c 100644
--- a/src/compositor/CMakeLists.txt
+++ b/src/compositor/CMakeLists.txt
@@ -207,7 +207,6 @@ if (TARGET Qt::Qml)
URI QtWayland.Compositor
VERSION ${PROJECT_VERSION}
CLASS_NAME QWaylandCompositorPlugin
- NO_CREATE_BACKING_TARGET
PLUGIN_TARGET qwaylandcompositorplugin
QML_FILES ${qmlfiles}
DEPENDENCIES