From: Debian Qt/KDE Maintainers Date: Fri, 1 Mar 2019 18:03:33 +0000 (+0000) Subject: disableopengltests X-Git-Tag: archive/raspbian/5.14.2+dfsg-3+rpi1~3^2^2^2^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d7addea80f8f2025867eaf8c204ed1febc90a503;p=qtdeclarative-opensource-src.git disableopengltests Gbp-Pq: Name disableopengltests.patch --- diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 1e80f1bf6..591fe2725 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -11,7 +11,6 @@ SUBDIRS=\ qtHaveModule(gui):qtConfig(opengl(es1|es2)?) { SUBDIRS += particles - qtHaveModule(widgets): SUBDIRS += quickwidgets } diff --git a/tests/auto/qml/debugger/debugger.pro b/tests/auto/qml/debugger/debugger.pro index 63721cc57..e641eaddf 100644 --- a/tests/auto/qml/debugger/debugger.pro +++ b/tests/auto/qml/debugger/debugger.pro @@ -5,7 +5,6 @@ PUBLICTESTS += \ qqmlenginedebugservice \ qqmldebugjs \ qqmlinspector \ - qqmlprofilerservice \ qpacketprotocol \ qqmlenginedebuginspectorintegrationtest \ qqmlenginecontrol \ diff --git a/tests/auto/qml/qml.pro b/tests/auto/qml/qml.pro index 3433b5686..54c9d6042 100644 --- a/tests/auto/qml/qml.pro +++ b/tests/auto/qml/qml.pro @@ -25,7 +25,6 @@ PUBLICTESTS += \ qqmlmoduleplugin \ qqmlnotifier \ qqmlqt \ - qqmlxmlhttprequest \ qtqmlmodules \ qquickfolderlistmodel \ qqmlapplicationengine \ @@ -90,10 +89,6 @@ qtConfig(process) { } } -qtConfig(library) { - SUBDIRS += qqmlextensionplugin -} - qtConfig(private_tests): \ SUBDIRS += $$PRIVATETESTS diff --git a/tests/auto/quick/quick.pro b/tests/auto/quick/quick.pro index a54a707f4..73d3ba6b6 100644 --- a/tests/auto/quick/quick.pro +++ b/tests/auto/quick/quick.pro @@ -6,9 +6,7 @@ PUBLICTESTS += \ qtConfig(opengl(es1|es2)?) { PUBLICTESTS += \ - drawingmodes \ - rendernode - qtHaveModule(widgets): PUBLICTESTS += nodes + drawingmodes QUICKTESTS += \ qquickanimatedsprite \