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>
This commit is contained in:
Friedemann Kleint
2011-10-28 09:09:59 +02:00
committed by Qt by Nokia
parent 18dc690a19
commit 6703ebf362
9 changed files with 12 additions and 359 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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