summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-06-05 10:23:57 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2021-06-05 10:27:14 +0200
commit292231e24664b870fed4d44adeb22cd438bd9908 (patch)
tree2018e0751be0985aaf56d4600f464c81336076f3 /tests/auto
parentbc9164377820121cf4ddaa743acd2e349f7dd044 (diff)
CMake: Don't use internal compatibility API
Change-Id: I96ea9ed25824d7fdd495686f4224dd1391353e7f Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/qml/qqmlstatemachine/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qml/qqmlstatemachine/CMakeLists.txt b/tests/auto/qml/qqmlstatemachine/CMakeLists.txt
index bf77991..04a975d 100644
--- a/tests/auto/qml/qqmlstatemachine/CMakeLists.txt
+++ b/tests/auto/qml/qqmlstatemachine/CMakeLists.txt
@@ -21,12 +21,12 @@ qt_internal_add_test(tst_qqmlstatemachine
## Scopes:
#####################################################################
-qt_extend_target(tst_qqmlstatemachine CONDITION ANDROID OR IOS
+qt_internal_extend_target(tst_qqmlstatemachine CONDITION ANDROID OR IOS
DEFINES
QT_QMLTEST_DATADIR=\\\":/data\\\"
)
-qt_extend_target(tst_qqmlstatemachine CONDITION NOT ANDROID AND NOT IOS
+qt_internal_extend_target(tst_qqmlstatemachine CONDITION NOT ANDROID AND NOT IOS
DEFINES
QT_QMLTEST_DATADIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}/data\\\"
)