disableopengltests
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Wed, 14 Dec 2016 19:58:14 +0000 (19:58 +0000)
committerDmitry Shachnev <mitya57@debian.org>
Wed, 14 Dec 2016 19:58:14 +0000 (19:58 +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 ccb2d71c53a551bd8c3b38507220c9e5391dc968..dafb2f3805ea982cf0aad53926d37c558e044bba 100644 (file)
@@ -5,7 +5,6 @@ PUBLICTESTS += \
     qqmlenginedebugservice \
     qqmldebugjs \
     qqmlinspector \
-    qqmlprofilerservice \
     qpacketprotocol \
     qqmlenginedebuginspectorintegrationtest \
     qqmlenginecontrol \
index 28f04be5d7369eb3789186910b9701d2190b8188..a000ea1d5586060a59840dccfd8151c94959fd20 100644 (file)
@@ -21,7 +21,6 @@ PUBLICTESTS += \
     qqmlmoduleplugin \
     qqmlnotifier \
     qqmlqt \
-    qqmlxmlhttprequest \
     qtqmlmodules \
     qquickfolderlistmodel \
     qqmlapplicationengine \
@@ -69,8 +68,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 2e43702e7cf8f45f5dd175040c25841317da20db..13f42678d7d3a36658befe5ddfdeaebd59179088 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