diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2012-10-24 17:56:30 (GMT) |
---|---|---|
committer | Rolf Eike Beer <eike@sf-mail.de> | 2012-11-01 09:27:20 (GMT) |
commit | 656afca97817b00d10fa70e71e728da404210262 (patch) | |
tree | 4757d5be32417f1200dc1e4c91dca488635c4afd /Tests | |
parent | f5b3736ef3e3e87b60ac6b120a11b485a500a15f (diff) | |
download | CMake-656afca97817b00d10fa70e71e728da404210262.zip CMake-656afca97817b00d10fa70e71e728da404210262.tar.gz CMake-656afca97817b00d10fa70e71e728da404210262.tar.bz2 |
FindQt: add to MajorVersionSelection test
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CMakeOnly/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeOnly/CMakeLists.txt b/Tests/CMakeOnly/CMakeLists.txt index 832d7bd..1b4ebc4 100644 --- a/Tests/CMakeOnly/CMakeLists.txt +++ b/Tests/CMakeOnly/CMakeLists.txt @@ -56,3 +56,4 @@ endfunction() add_major_test(PythonLibs VERSIONS 2 3 VERSION_VAR PYTHONLIBS_VERSION_STRING) add_major_test(PythonInterp NOLANG VERSIONS 2 3 VERSION_VAR PYTHON_VERSION_STRING) +add_major_test(Qt VERSIONS 3 4 VERSION_VAR QT_VERSION_STRING) |