aboutsummaryrefslogtreecommitdiff
path: root/examples/example_6_rpcClient
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2023-03-19 01:48:29 +0100
committerLinus Jahn <lnj@kaidan.im>2023-04-07 15:58:12 +0200
commit7d1e74b5147f411d30f2d76420ba62737ec93ab9 (patch)
tree047c3770ffa30e539811fa13094117d0781a47dd /examples/example_6_rpcClient
parent894299926df1c2bf20a1493e92295925a35eaf6b (diff)
downloadqxmpp-7d1e74b5147f411d30f2d76420ba62737ec93ab9.tar.gz
Support installing QXmpp with Qt 5 and Qt 6 in parallel
Closes #540.
Diffstat (limited to 'examples/example_6_rpcClient')
-rw-r--r--examples/example_6_rpcClient/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example_6_rpcClient/CMakeLists.txt b/examples/example_6_rpcClient/CMakeLists.txt
index 2c19a92c..8ad4de2e 100644
--- a/examples/example_6_rpcClient/CMakeLists.txt
+++ b/examples/example_6_rpcClient/CMakeLists.txt
@@ -3,4 +3,4 @@
# SPDX-License-Identifier: CC0-1.0
add_executable(6_rpcClient main.cpp rpcClient.cpp)
-target_link_libraries(6_rpcClient qxmpp)
+target_link_libraries(6_rpcClient ${QXMPP_TARGET})