From 75b6da3c00f728f78909124a65b090e5152a2e0c Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Fri, 16 Oct 2015 10:50:07 +0200 Subject: QmlDebug: Change "macx" to "osx" in tests' .pro files "macx" is deprecated. Change-Id: Iefdd1aab8a221e39f0651368fd132a842210f58a Reviewed-by: hjk Reviewed-by: Simon Hausmann --- tests/auto/qml/debugger/qqmldebugjs/qqmldebugjs.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/qml/debugger/qqmldebugjs') diff --git a/tests/auto/qml/debugger/qqmldebugjs/qqmldebugjs.pro b/tests/auto/qml/debugger/qqmldebugjs/qqmldebugjs.pro index 77c5a87940..4b3e204dd8 100644 --- a/tests/auto/qml/debugger/qqmldebugjs/qqmldebugjs.pro +++ b/tests/auto/qml/debugger/qqmldebugjs/qqmldebugjs.pro @@ -1,7 +1,7 @@ CONFIG += testcase TARGET = tst_qqmldebugjs QT += qml testlib gui-private core-private -macx:CONFIG -= app_bundle +osx:CONFIG -= app_bundle SOURCES += tst_qqmldebugjs.cpp -- cgit v1.2.3