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

@@ -3,7 +3,7 @@ load(qt_module)
# distinct from QtMultimedia
TARGET = QtMultimediaWidgets
QPRO_PWD = $$PWD
QT = core gui multimedia-private widgets
QT = core gui multimedia-private widgets-private
CONFIG += module no_private_qt_headers_warning
MODULE_PRI += ../../modules/qt_multimediawidgets.pri
@@ -39,12 +39,13 @@ SOURCES += \
qvideowidget.cpp \
qvideowindowcontrol.cpp \
mac:!qpa {
!simulator {
PRIVATE_HEADERS += qpaintervideosurface_mac_p.h
OBJECTIVE_SOURCES += qpaintervideosurface_mac.mm
}
LIBS += -framework AppKit -framework QuartzCore -framework QTKit
mac {
# QtWidgets is not yet supported on Mac (!).
false:!simulator {
PRIVATE_HEADERS += qpaintervideosurface_mac_p.h
OBJECTIVE_SOURCES += qpaintervideosurface_mac.mm
}
LIBS += -framework AppKit -framework QuartzCore -framework QTKit
}
maemo6 {