disableopengltests
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Fri, 7 Oct 2016 07:03:28 +0000 (07:03 +0000)
committerDmitry Shachnev <mitya57@debian.org>
Fri, 7 Oct 2016 07:03:28 +0000 (07:03 +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 425e88b983564a2b61b725d0fad43b4f61bcafaf..8121fdd79c9f19f9c138eac8aabbb0a787f88c16 100644 (file)
@@ -9,8 +9,6 @@ SUBDIRS=\
     installed_cmake \
     toolsupport
 
-qtHaveModule(widgets): SUBDIRS += quickwidgets
-
 qmldevtools.CONFIG = host_build
 
 installed_cmake.depends = cmake
index 6b4780172039d3884fb52e8b5621b5afe0b2c3f9..9a73f6d7fe1d15d532989067d72cda4682234608 100644 (file)
@@ -2,9 +2,7 @@ TEMPLATE = subdirs
 
 PUBLICTESTS += \
     qqmlenginedebugservice \
-    qqmldebugjs \
     qqmlinspector \
-    qqmlprofilerservice \
     qpacketprotocol \
     qqmlenginedebuginspectorintegrationtest \
     qqmlenginecontrol \
index 62e25476416fdfa6d443f093b7b9ca8254ebad19..ee70e62b0861fb750e26e5cb7c77e4285502745b 100644 (file)
@@ -21,7 +21,6 @@ PUBLICTESTS += \
     qqmlmoduleplugin \
     qqmlnotifier \
     qqmlqt \
-    qqmlxmlhttprequest \
     qtqmlmodules \
     qquickfolderlistmodel \
     qqmlapplicationengine \
@@ -70,8 +69,7 @@ qtHaveModule(widgets) {
         qjsvalue
 }
 
-SUBDIRS += $$PUBLICTESTS \
-    qqmlextensionplugin
+SUBDIRS += $$PUBLICTESTS
 SUBDIRS += $$METATYPETESTS
 !winrt { # no QProcess on winrt
     !contains(QT_CONFIG, no-qml-debug): SUBDIRS += debugger
index 6445dc004cd4b81d796e2ee8118a9a568f800387..01386ff25f3fc386804fddf6eff7da31a5816f67 100644 (file)
@@ -2,11 +2,8 @@ TEMPLATE = subdirs
 
 PUBLICTESTS += \
     geometry \
-    rendernode \
     qquickpixmapcache
 
-qtHaveModule(widgets): PUBLICTESTS += nodes
-
 !cross_compile: PRIVATETESTS += examples
 
 # This test requires the qtconcurrent module