disableopengltests
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Wed, 16 Aug 2017 01:09:04 +0000 (02:09 +0100)
committerLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Wed, 16 Aug 2017 01:09:04 +0000 (02:09 +0100)
Gbp-Pq: Name disableopengltests.patch

tests/auto/auto.pro
tests/auto/qml/debugger/debugger.pro
tests/auto/qml/qml.pro
tests/auto/quick/quick.pro

index f9c1fcce918482a157b86db46c53942018d2d0c3..0d182fdc4ad5a78233997ce55dc7ce53a1483913 100644 (file)
@@ -11,7 +11,6 @@ SUBDIRS=\
 
 qtHaveModule(gui):qtConfig(opengl(es1|es2)?) {
     SUBDIRS += particles
-    qtHaveModule(widgets): SUBDIRS += quickwidgets
 
 }
 
index a50411e18bb5a11da582043adf33c6f540eaea16..dd05886773c77db59677f40a9f504c7a33b95077 100644 (file)
@@ -5,7 +5,6 @@ PUBLICTESTS += \
     qqmlenginedebugservice \
     qqmldebugjs \
     qqmlinspector \
-    qqmlprofilerservice \
     qpacketprotocol \
     qqmlenginedebuginspectorintegrationtest \
     qqmlenginecontrol \
index 12a8bd382901c663a250a6a562647c0152975b30..82d3e31a78c396dd72fef7f62db4159ecf411f4c 100644 (file)
@@ -24,7 +24,6 @@ PUBLICTESTS += \
     qqmlmoduleplugin \
     qqmlnotifier \
     qqmlqt \
-    qqmlxmlhttprequest \
     qtqmlmodules \
     qquickfolderlistmodel \
     qqmlapplicationengine \
@@ -88,10 +87,6 @@ qtConfig(process):!boot2qt {
     SUBDIRS += qmllint qmlplugindump
 }
 
-qtConfig(library) {
-    SUBDIRS += qqmlextensionplugin
-}
-
 qtConfig(private_tests): \
     SUBDIRS += $$PRIVATETESTS
 
index 00be8240e5ca0089636c98a240f0fbe4a1c90fb3..bd5a00166b8de7020fbebe6db332191796615011 100644 (file)
@@ -6,9 +6,7 @@ PUBLICTESTS += \
 
 qtConfig(opengl(es1|es2)?) {
     PUBLICTESTS += \
-        drawingmodes \
-        rendernode
-    qtHaveModule(widgets): PUBLICTESTS += nodes
+        drawingmodes
 
     QUICKTESTS += \
         qquickanimatedsprite \