From 8d6f865a9e312d3b4f686ff99af6e7fe9e8c5b13 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Thu, 2 Jul 2020 18:58:43 +0200 Subject: Introduce Qt 6 compatibility --- src/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 64c7d772..fd50d39d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -233,9 +233,9 @@ target_include_directories(qxmpp target_link_libraries(qxmpp PUBLIC - Qt5::Core - Qt5::Network - Qt5::Xml + ${QT_TARGET}::Core + ${QT_TARGET}::Network + ${QT_TARGET}::Xml ) if(WITH_GSTREAMER) -- cgit v1.2.3