summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-10-28 09:09:59 +0200
committerQt by Nokia <qt-info@nokia.com>2011-11-01 01:40:47 +0100
commit6703ebf362b6d194061ef1ae5a3e581eeac5a010 (patch)
treea7d3806a126d4846082ca12f8a906d66c391b1ab /tests
parent18dc690a193c50aeb34602bf37cf37449027eb82 (diff)
QtMultimedia: Remove qpa-sections from .profiles.
Prepare for removal of the -qpa configure option. Change-Id: Ibf4be58231d29cd972eb765f32b410e1eb9d7fed Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qgraphicsvideoitem/qgraphicsvideoitem.pro2
-rw-r--r--tests/auto/qpaintervideosurface/qpaintervideosurface.pro2
-rw-r--r--tests/auto/qvideowidget/qvideowidget.pro2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qgraphicsvideoitem/qgraphicsvideoitem.pro b/tests/auto/qgraphicsvideoitem/qgraphicsvideoitem.pro
index d3514cf7e..eac437632 100644
--- a/tests/auto/qgraphicsvideoitem/qgraphicsvideoitem.pro
+++ b/tests/auto/qgraphicsvideoitem/qgraphicsvideoitem.pro
@@ -7,5 +7,5 @@ CONFIG += no_private_qt_headers_warning
SOURCES += tst_qgraphicsvideoitem.cpp
# QPA minimal crashes with this test in QBackingStore
-qpa:CONFIG += insignificant_test
+CONFIG += insignificant_test
QT+=widgets
diff --git a/tests/auto/qpaintervideosurface/qpaintervideosurface.pro b/tests/auto/qpaintervideosurface/qpaintervideosurface.pro
index d56a384d2..edf9c8975 100644
--- a/tests/auto/qpaintervideosurface/qpaintervideosurface.pro
+++ b/tests/auto/qpaintervideosurface/qpaintervideosurface.pro
@@ -14,5 +14,5 @@ contains(QT_CONFIG, opengl): QT += opengl
SOURCES += tst_qpaintervideosurface.cpp
# QPA-minimal and OpenGL don't get along
-qpa:CONFIG += insignificant_test
+CONFIG += insignificant_test
QT+=widgets
diff --git a/tests/auto/qvideowidget/qvideowidget.pro b/tests/auto/qvideowidget/qvideowidget.pro
index 4e44a1d31..d0ea9fa7c 100644
--- a/tests/auto/qvideowidget/qvideowidget.pro
+++ b/tests/auto/qvideowidget/qvideowidget.pro
@@ -7,5 +7,5 @@ CONFIG += no_private_qt_headers_warning
SOURCES += tst_qvideowidget.cpp
# QPA seems to break some assumptions
-qpa:CONFIG += insignificant_test
+CONFIG += insignificant_test
QT+=widgets