From 7d1e74b5147f411d30f2d76420ba62737ec93ab9 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Sun, 19 Mar 2023 01:48:29 +0100 Subject: Support installing QXmpp with Qt 5 and Qt 6 in parallel Closes #540. --- examples/example_5_rpcInterface/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/example_5_rpcInterface') diff --git a/examples/example_5_rpcInterface/CMakeLists.txt b/examples/example_5_rpcInterface/CMakeLists.txt index c58fdc40..b18299ad 100644 --- a/examples/example_5_rpcInterface/CMakeLists.txt +++ b/examples/example_5_rpcInterface/CMakeLists.txt @@ -3,4 +3,4 @@ # SPDX-License-Identifier: CC0-1.0 add_executable(5_rpcInterface main.cpp remoteinterface.cpp) -target_link_libraries(5_rpcInterface qxmpp) +target_link_libraries(5_rpcInterface ${QXMPP_TARGET}) -- cgit v1.2.3