QmlDebug: Change "macx" to "osx" in tests' .pro files

"macx" is deprecated.

Change-Id: Iefdd1aab8a221e39f0651368fd132a842210f58a
Reviewed-by: hjk <hjk@theqtcompany.com>
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
This commit is contained in:
Ulf Hermann 2015-10-16 10:50:07 +02:00
parent 5b091eb79b
commit 75b6da3c00
10 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,7 @@
CONFIG += testcase
TARGET = tst_qdebugmessageservice
QT += qml network testlib gui-private core-private
macx:CONFIG -= app_bundle
osx:CONFIG -= app_bundle
SOURCES += tst_qdebugmessageservice.cpp

View File

@ -1,6 +1,6 @@
CONFIG += testcase
TARGET = tst_qpacketprotocol
macx:CONFIG -= app_bundle
osx:CONFIG -= app_bundle
SOURCES += tst_qpacketprotocol.cpp

View File

@ -1,6 +1,6 @@
CONFIG += testcase
TARGET = tst_qqmldebugclient
macx:CONFIG -= app_bundle
osx:CONFIG -= app_bundle
HEADERS += ../shared/qqmldebugtestservice.h

View File

@ -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

View File

@ -1,6 +1,6 @@
CONFIG += testcase
TARGET = tst_qqmldebugservice
macx:CONFIG -= app_bundle
osx:CONFIG -= app_bundle
HEADERS += ../shared/qqmldebugtestservice.h

View File

@ -1,6 +1,6 @@
CONFIG += testcase
TARGET = tst_qqmlenginecontrol
macx:CONFIG -= app_bundle
osx:CONFIG -= app_bundle
SOURCES += tst_qqmlenginecontrol.cpp

View File

@ -2,7 +2,7 @@ CONFIG += testcase
TARGET = tst_qqmlenginedebuginspectorintegration
QT += qml testlib gui-private core-private
macx:CONFIG -= app_bundle
osx:CONFIG -= app_bundle
SOURCES += tst_qqmlenginedebuginspectorintegration.cpp

View File

@ -1,6 +1,6 @@
CONFIG += testcase
TARGET = tst_qqmlenginedebugservice
macx:CONFIG -= app_bundle
osx:CONFIG -= app_bundle
SOURCES += \
tst_qqmlenginedebugservice.cpp

View File

@ -2,7 +2,7 @@ CONFIG += testcase
TARGET = tst_qqmlinspector
QT += qml testlib gui-private core-private
macx:CONFIG -= app_bundle
osx:CONFIG -= app_bundle
SOURCES += tst_qqmlinspector.cpp

View File

@ -1,6 +1,6 @@
CONFIG += testcase
TARGET = tst_qqmlprofilerservice
macx:CONFIG -= app_bundle
osx:CONFIG -= app_bundle
SOURCES += tst_qqmlprofilerservice.cpp