summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/qmake/.prev_CMakeLists.txt')
-rw-r--r--tests/auto/tools/qmake/.prev_CMakeLists.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/auto/tools/qmake/.prev_CMakeLists.txt b/tests/auto/tools/qmake/.prev_CMakeLists.txt
index c1367ec18f..48b88a2285 100644
--- a/tests/auto/tools/qmake/.prev_CMakeLists.txt
+++ b/tests/auto/tools/qmake/.prev_CMakeLists.txt
@@ -22,18 +22,3 @@ add_qt_test(tst_qmake
#### Keys ignored in scope 2:.:.:qmake.pro:WIN32:
# testcase.timeout = "900"
-
-extend_target(tst_qmake CONDITION CMAKE_CROSSCOMPILING
- DEFINES
- QMAKE_CROSS_COMPILED
-)
-
-extend_target(tst_qmake CONDITION CMAKE_BUILD_TYPE STREQUAL Debug AND debug_and_release
- DEFINES
- DEBUG_BUILD
-)
-
-extend_target(tst_qmake CONDITION debug_and_release AND NOT CMAKE_BUILD_TYPE STREQUAL Debug
- DEFINES
- RELEASE_BUILD
-)