Exclude tests that require features not present on UIKit platforms
Change-Id: I0398bf60fa150e9e03822938a2a6bedf280d7750 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>
This commit is contained in:
parent
f36f3d0b4b
commit
25c2cfc143
|
@ -14,6 +14,9 @@ qtHaveModule(gui):qtConfig(opengl(es1|es2)?) {
|
|||
|
||||
}
|
||||
|
||||
# console applications not supported
|
||||
uikit: SUBDIRS -= qmltest
|
||||
|
||||
qmldevtools.CONFIG = host_build
|
||||
|
||||
installed_cmake.depends = cmake
|
||||
|
|
|
@ -8,7 +8,6 @@ PUBLICTESTS += \
|
|||
qjsvalueiterator \
|
||||
qjsonbinding \
|
||||
qmlmin \
|
||||
qmlplugindump \
|
||||
qqmlcomponent \
|
||||
qqmlconsole \
|
||||
qqmlengine \
|
||||
|
@ -74,9 +73,9 @@ qtHaveModule(widgets) {
|
|||
SUBDIRS += $$PUBLICTESTS \
|
||||
qqmlextensionplugin
|
||||
SUBDIRS += $$METATYPETESTS
|
||||
!winrt { # no QProcess on winrt
|
||||
!uikit:!winrt { # no QProcess on uikit/winrt
|
||||
!contains(QT_CONFIG, no-qml-debug): SUBDIRS += debugger
|
||||
SUBDIRS += qmllint
|
||||
SUBDIRS += qmllint qmlplugindump
|
||||
}
|
||||
|
||||
qtConfig(private_tests): \
|
||||
|
|
Loading…
Reference in New Issue