diff options
| author | Linus Jahn <lnj@kaidan.im> | 2020-07-02 18:58:43 +0200 |
|---|---|---|
| committer | LNJ <lnj@kaidan.im> | 2020-07-03 13:13:31 +0200 |
| commit | 8d6f865a9e312d3b4f686ff99af6e7fe9e8c5b13 (patch) | |
| tree | 01d2942a5d91400c5233d67aa347585b5d6b2731 /src | |
| parent | 3dd3cb24f419b1a1cac2b7a0121507fd86000986 (diff) | |
| download | qxmpp-8d6f865a9e312d3b4f686ff99af6e7fe9e8c5b13.tar.gz | |
Introduce Qt 6 compatibility
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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) |
