aboutsummaryrefslogtreecommitdiff
path: root/autotests
diff options
context:
space:
mode:
authorAurélien Gâteau <agateau@kde.org>2014-03-13 11:01:07 +0100
committerAurélien Gâteau <agateau@kde.org>2014-03-13 11:01:07 +0100
commit245e758cb94c0abd7e8a87c5349c49a5de1c146f (patch)
tree74978429ccf7937c77f6e540f9e30aceebedebee /autotests
parent19429ffd51fdefbf89c72d8de1e6c1312d4734d0 (diff)
downloadkconfig-245e758cb94c0abd7e8a87c5349c49a5de1c146f.tar.gz
kconfig-245e758cb94c0abd7e8a87c5349c49a5de1c146f.tar.bz2
Normalize vars to avoid odd bugs: QT_REQUIRED_VERSION => REQUIRED_QT_VERSION
Diffstat (limited to 'autotests')
-rw-r--r--autotests/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/autotests/CMakeLists.txt b/autotests/CMakeLists.txt
index 93745a99..b45b210a 100644
--- a/autotests/CMakeLists.txt
+++ b/autotests/CMakeLists.txt
@@ -3,8 +3,8 @@ remove_definitions(-DQT_NO_CAST_FROM_ASCII)
include(ECMMarkAsTest)
-find_package(Qt5Test ${QT_REQUIRED_VERSION} CONFIG QUIET)
-find_package(Qt5Concurrent ${QT_REQUIRED_VERSION} CONFIG QUIET)
+find_package(Qt5Test ${REQUIRED_QT_VERSION} CONFIG QUIET)
+find_package(Qt5Concurrent ${REQUIRED_QT_VERSION} CONFIG QUIET)
if(NOT Qt5Test_FOUND)
message(STATUS "Qt5Test not found, autotests will not be built.")