diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2018-08-07 14:30:52 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2018-08-09 13:44:11 (GMT) |
commit | 52676e37941ee6b31139e86ca2dfb28a80c648ae (patch) | |
tree | 9f2bc4718e6276e38c8f796e05b70ff969e222d6 /Tests/QtAutogen/DefinesTest | |
parent | e7fb85d00d3a550d0f05e2288e18b43dc572900b (diff) | |
download | CMake-52676e37941ee6b31139e86ca2dfb28a80c648ae.zip CMake-52676e37941ee6b31139e86ca2dfb28a80c648ae.tar.gz CMake-52676e37941ee6b31139e86ca2dfb28a80c648ae.tar.bz2 |
Autogen: Tests: Use non inverting Qt version tests
Diffstat (limited to 'Tests/QtAutogen/DefinesTest')
-rw-r--r-- | Tests/QtAutogen/DefinesTest/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/QtAutogen/DefinesTest/CMakeLists.txt b/Tests/QtAutogen/DefinesTest/CMakeLists.txt index de22845..3761dd8 100644 --- a/Tests/QtAutogen/DefinesTest/CMakeLists.txt +++ b/Tests/QtAutogen/DefinesTest/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10) project(DefinesTest) # Qt4 only definitions test -if(NOT QT_TEST_VERSION STREQUAL 4) +if(NOT QT_TEST_VERSION EQUAL 4) message(ERROR "Invalid Qt test version. This test is for Qt4 only.") endif() |