aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmldom
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2022-07-20 17:40:35 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2022-07-21 13:19:04 +0200
commiteed7b3f4e7fe53d3a8c92a0413e42a14a80e34bc (patch)
treedd7efaebbcb9eacbd5808edf980546b179084774 /tools/qmldom
parenta78463ef31abf258704761dff5266c3844a14dc9 (diff)
CMake: Don't use PUBLIC_LIBRARIES for executables
Change-Id: I346ea4eac1dfbfb7fb81609307f5f7c4716bb8d1 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'tools/qmldom')
-rw-r--r--tools/qmldom/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmldom/CMakeLists.txt b/tools/qmldom/CMakeLists.txt
index edf8879cf1..9f637d9e20 100644
--- a/tools/qmldom/CMakeLists.txt
+++ b/tools/qmldom/CMakeLists.txt
@@ -11,7 +11,7 @@ qt_internal_add_tool(${target_name}
TOOLS_TARGET Qml # special case
SOURCES
qmldomtool.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::CorePrivate
Qt::QmlDomPrivate
)