disableopengltests
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Fri, 8 Feb 2019 02:21:22 +0000 (02:21 +0000)
committerLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Fri, 8 Feb 2019 02:21:22 +0000 (02:21 +0000)
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 1e80f1bf65b240f001fa1556ae863559d4595e3f..591fe272585dc85ce2097b0257feab49cea2b02e 100644 (file)
@@ -11,7 +11,6 @@ SUBDIRS=\
 
 qtHaveModule(gui):qtConfig(opengl(es1|es2)?) {
     SUBDIRS += particles
-    qtHaveModule(widgets): SUBDIRS += quickwidgets
 
 }
 
index 63721cc575fdb77214cb005654095d0375da5f01..e641eaddf77357a1ede0f4ef09aabc2c58a6fa54 100644 (file)
@@ -5,7 +5,6 @@ PUBLICTESTS += \
     qqmlenginedebugservice \
     qqmldebugjs \
     qqmlinspector \
-    qqmlprofilerservice \
     qpacketprotocol \
     qqmlenginedebuginspectorintegrationtest \
     qqmlenginecontrol \
index 3433b568641a50bd5104b4a3da09d2f0c9cb69b2..54c9d6042b3cb1534b24f308c3b841b3dfbf22ca 100644 (file)
@@ -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
 
index a54a707f4a9d824f64a3df627d06f2d2d4186bc2..73d3ba6b612f5d0e2494a8a1b31a75c04c520c75 100644 (file)
@@ -6,9 +6,7 @@ PUBLICTESTS += \
 
 qtConfig(opengl(es1|es2)?) {
     PUBLICTESTS += \
-        drawingmodes \
-        rendernode
-    qtHaveModule(widgets): PUBLICTESTS += nodes
+        drawingmodes
 
     QUICKTESTS += \
         qquickanimatedsprite \