summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2022-07-20 17:50:44 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2022-07-20 17:58:30 +0200
commit859c09e1bf7065d526957062e77207e0f3330fea (patch)
tree2e259a54df5a0b5eb76b44ac06da9e6d9689147d /tools
parentd5392716951268fc8a1e589ae2a8b1e40020e65c (diff)
CMake: Don't use PUBLIC_LIBRARIES for executables
Change-Id: Ie3e1973cb60341aa9d22eecebee2798ac4196e6b Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'tools')
-rw-r--r--tools/repc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/repc/CMakeLists.txt b/tools/repc/CMakeLists.txt
index 760076b..0e28bcf 100644
--- a/tools/repc/CMakeLists.txt
+++ b/tools/repc/CMakeLists.txt
@@ -27,7 +27,7 @@ qt_internal_add_tool(${target_name}
RO_INSTALL_HEADERS=\"$$[QT_INSTALL_HEADERS]/QtRemoteObjects\"
INCLUDE_DIRECTORIES
${REPPARSER_DIR}
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::CorePrivate
)
qt_internal_return_unless_building_tools()