disableopengltests
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Thu, 2 Jan 2020 11:25:07 +0000 (11:25 +0000)
committerDmitry Shachnev <mitya57@debian.org>
Thu, 2 Jan 2020 11:25:07 +0000 (11:25 +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 5c328fbfcc71cd01b0de3519f83e7f53e3ba3978..9da4ac423201388ff103f6dc970bc174e8feb9e4 100644 (file)
@@ -7,7 +7,6 @@ PUBLICTESTS += \
     qqmlenginedebugservice \
     qqmldebugjs \
     qqmlinspector \
-    qqmlprofilerservice \
     qpacketprotocol \
     qqmlenginedebuginspectorintegrationtest \
     qqmlenginecontrol \
index 7cfddf0eaf4ae95c36df811223bbf423ad85ad6c..d587860ba80ba841c10e392b5f4b923365cb36ed 100644 (file)
@@ -25,7 +25,6 @@ PUBLICTESTS += \
     qqmlmoduleplugin \
     qqmlnotifier \
     qqmlqt \
-    qqmlxmlhttprequest \
     qqmlpromise \
     qtqmlmodules \
     qquickfolderlistmodel \
@@ -94,10 +93,6 @@ qtConfig(process) {
     }
 }
 
-qtConfig(library) {
-    SUBDIRS += qqmlextensionplugin
-}
-
 qtConfig(private_tests): \
     SUBDIRS += $$PRIVATETESTS
 
index 7257a99d2a0421f58c315e24eca05813b44c6404..462ebdd6fd48897253692a839c0dfbf847bb5108 100644 (file)
@@ -6,9 +6,7 @@ PUBLICTESTS += \
 
 qtConfig(opengl(es1|es2)?) {
     PUBLICTESTS += \
-        drawingmodes \
-        rendernode
-    qtHaveModule(widgets): PUBLICTESTS += nodes
+        drawingmodes
 
     QUICKTESTS += \
         qquickanimatedsprite \