aboutsummaryrefslogtreecommitdiff
path: root/quotest
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-06-13 18:15:36 +0200
committerGitHub <noreply@github.com>2021-06-13 18:15:36 +0200
commitd20aa002c0dcb2b40bbf7b48c5c995a5ed8138c1 (patch)
tree713338c8bde5e6784bbdfcdee29cafc1f9eb36d4 /quotest
parent0571ba1fb1948a6cc050230a85201291ababbf04 (diff)
parent083f62f58bc525d761969133e12a859de9b29648 (diff)
downloadlibquotient-d20aa002c0dcb2b40bbf7b48c5c995a5ed8138c1.tar.gz
libquotient-d20aa002c0dcb2b40bbf7b48c5c995a5ed8138c1.zip
Merge pull request #480 from quotient-im/kitsune-qt6-compat
Qt 6 support
Diffstat (limited to 'quotest')
-rw-r--r--quotest/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/quotest/CMakeLists.txt b/quotest/CMakeLists.txt
index 29c53fae..bf9af796 100644
--- a/quotest/CMakeLists.txt
+++ b/quotest/CMakeLists.txt
@@ -5,7 +5,7 @@
set(quotest_SRCS quotest.cpp)
add_executable(quotest ${quotest_SRCS})
-target_link_libraries(quotest PRIVATE Qt5::Core Qt5::Test ${PROJECT_NAME})
+target_link_libraries(quotest PRIVATE ${Qt}::Core ${Qt}::Test ${PROJECT_NAME})
option(${PROJECT_NAME}_INSTALL_TESTS "install quotest (former qmc-example) application" ON)
add_feature_info(InstallQuotest ${PROJECT_NAME}_INSTALL_TESTS