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:
parent
5b091eb79b
commit
75b6da3c00
|
@ -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
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
CONFIG += testcase
|
||||
TARGET = tst_qpacketprotocol
|
||||
macx:CONFIG -= app_bundle
|
||||
osx:CONFIG -= app_bundle
|
||||
|
||||
SOURCES += tst_qpacketprotocol.cpp
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
CONFIG += testcase
|
||||
TARGET = tst_qqmldebugclient
|
||||
macx:CONFIG -= app_bundle
|
||||
osx:CONFIG -= app_bundle
|
||||
|
||||
HEADERS += ../shared/qqmldebugtestservice.h
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
CONFIG += testcase
|
||||
TARGET = tst_qqmldebugservice
|
||||
macx:CONFIG -= app_bundle
|
||||
osx:CONFIG -= app_bundle
|
||||
|
||||
HEADERS += ../shared/qqmldebugtestservice.h
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
CONFIG += testcase
|
||||
TARGET = tst_qqmlenginecontrol
|
||||
macx:CONFIG -= app_bundle
|
||||
osx:CONFIG -= app_bundle
|
||||
|
||||
SOURCES += tst_qqmlenginecontrol.cpp
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
CONFIG += testcase
|
||||
TARGET = tst_qqmlenginedebugservice
|
||||
macx:CONFIG -= app_bundle
|
||||
osx:CONFIG -= app_bundle
|
||||
|
||||
SOURCES += \
|
||||
tst_qqmlenginedebugservice.cpp
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
CONFIG += testcase
|
||||
TARGET = tst_qqmlprofilerservice
|
||||
macx:CONFIG -= app_bundle
|
||||
osx:CONFIG -= app_bundle
|
||||
|
||||
SOURCES += tst_qqmlprofilerservice.cpp
|
||||
|
||||
|
|
Loading…
Reference in New Issue