summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-11-02 12:05:56 +0100
committerKai Köhne <kai.koehne@qt.io>2021-11-08 16:25:51 +0100
commit8b4cb7eca3ae2d9bf5d879c94dc895329074bb74 (patch)
tree03b274064b084c06dc4078adf0ca342b37113ca8
parent845fc25e034ea9d8553f15bab05dcc79dcf67d27 (diff)
Do not use PUBLIC_LIBRARIES in qml module
Fixes: QTBUG-97931 Change-Id: I94cb6076ff5ce23240be2a5f04325dc724a55707 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> (cherry picked from commit ecb014566ad827800480f716329f245fb2cc6cd4) Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-rw-r--r--src/datavisualizationqml2/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datavisualizationqml2/CMakeLists.txt b/src/datavisualizationqml2/CMakeLists.txt
index fc7ff7d0..a752306a 100644
--- a/src/datavisualizationqml2/CMakeLists.txt
+++ b/src/datavisualizationqml2/CMakeLists.txt
@@ -60,7 +60,7 @@ qt_internal_add_qml_module(DataVisualizationQml2
${qml_files}
RESOURCES
${resources}
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Core
Qt::Gui
Qt::OpenGL