diff options
Diffstat (limited to 'tests/benchmarks')
-rw-r--r-- | tests/benchmarks/creationtime/creationtime.pro | 2 | ||||
-rw-r--r-- | tests/benchmarks/objectcount/objectcount.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/benchmarks/creationtime/creationtime.pro b/tests/benchmarks/creationtime/creationtime.pro index 17f428ad..4c11c2e6 100644 --- a/tests/benchmarks/creationtime/creationtime.pro +++ b/tests/benchmarks/creationtime/creationtime.pro @@ -3,7 +3,7 @@ TARGET = tst_creationtime QT += qml testlib CONFIG += testcase -osx:CONFIG -= app_bundle +macos:CONFIG -= app_bundle DEFINES += QQC2_IMPORT_PATH=\\\"$$QQC2_SOURCE_TREE/src/imports\\\" diff --git a/tests/benchmarks/objectcount/objectcount.pro b/tests/benchmarks/objectcount/objectcount.pro index 2cda43d5..3d7d411b 100644 --- a/tests/benchmarks/objectcount/objectcount.pro +++ b/tests/benchmarks/objectcount/objectcount.pro @@ -3,7 +3,7 @@ TARGET = tst_objectcount QT += quick testlib core-private CONFIG += testcase -osx:CONFIG -= app_bundle +macos:CONFIG -= app_bundle DEFINES += QQC2_IMPORT_PATH=\\\"$$QQC2_SOURCE_TREE/src/imports\\\" |