aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/touchmouse
diff options
context:
space:
mode:
authorTor Arne Vestbø <torarnv@gmail.com>2020-03-16 14:10:44 +0100
committerTor Arne Vestbø <torarnv@gmail.com>2020-03-17 10:42:00 +0100
commita5df29201fb795503635ddaae787ade5b96bff5e (patch)
tree340a4d8021ce04a58e7252a03c33b6732caee942 /tests/auto/quick/touchmouse
parentdb554e8e1c3242634d035ebb3dcbe3c441d80bdc (diff)
CMake: Update Apple platform defines after rename in qtbase
Change-Id: Ia0a075e3199eab735f9b289873beeb8730ebc47e Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto/quick/touchmouse')
-rw-r--r--tests/auto/quick/touchmouse/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/quick/touchmouse/CMakeLists.txt b/tests/auto/quick/touchmouse/CMakeLists.txt
index 02e2c1401b..a07596018e 100644
--- a/tests/auto/quick/touchmouse/CMakeLists.txt
+++ b/tests/auto/quick/touchmouse/CMakeLists.txt
@@ -33,12 +33,12 @@ qt_add_test(tst_touchmouse
## Scopes:
#####################################################################
-qt_extend_target(tst_touchmouse CONDITION ANDROID OR APPLE_IOS
+qt_extend_target(tst_touchmouse CONDITION ANDROID OR IOS
DEFINES
QT_QMLTEST_DATADIR=\\\":/data\\\"
)
-qt_extend_target(tst_touchmouse CONDITION NOT ANDROID AND NOT APPLE_IOS
+qt_extend_target(tst_touchmouse CONDITION NOT ANDROID AND NOT IOS
DEFINES
QT_QMLTEST_DATADIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}/data\\\"
)