aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-12-05 21:47:25 +0100
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-12-05 21:47:58 +0100
commit7981c654c0cd53f6e100ecae25882246a9de5d6e (patch)
treec180252ae6295ce6d73db56dc9297a2d1fa93c19
parent776d05bf98a5dd9e484d5a0e651c71fa95498689 (diff)
downloadlibquotient-7981c654c0cd53f6e100ecae25882246a9de5d6e.tar.gz
libquotient-7981c654c0cd53f6e100ecae25882246a9de5d6e.zip
Drop 'qmc-example' from one last(?) place
-rw-r--r--quotest/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/quotest/CMakeLists.txt b/quotest/CMakeLists.txt
index 59334e30..8d67b6f1 100644
--- a/quotest/CMakeLists.txt
+++ b/quotest/CMakeLists.txt
@@ -8,7 +8,7 @@ find_package(${Qt} COMPONENTS Concurrent)
add_executable(quotest ${quotest_SRCS})
target_link_libraries(quotest PRIVATE ${Qt}::Core ${Qt}::Test ${Qt}::Concurrent ${PROJECT_NAME})
-option(${PROJECT_NAME}_INSTALL_TESTS "install quotest (former qmc-example) application" ON)
+option(${PROJECT_NAME}_INSTALL_TESTS "install quotest application" ON)
add_feature_info(InstallQuotest ${PROJECT_NAME}_INSTALL_TESTS
"the library functional test suite")