From c8e9b5f25fb12c3b7983658d738165181b4d6672 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Thu, 20 Apr 2017 11:54:11 +0200 Subject: *.pro: osx -> macos Change-Id: I29b36eaa417986be24c917bc9c9b1f6441773e3d Reviewed-by: Mitch Curtis --- tests/benchmarks/creationtime/creationtime.pro | 2 +- tests/benchmarks/objectcount/objectcount.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/benchmarks') 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\\\" -- cgit v1.2.3