Since the tests are bound to a version it's unnecessary. Change-Id: I7884615179157caa3836face22a4aa431ee5c425 Reviewed-on: http://codereview.qt.nokia.com/4155 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
16 lines
327 B
Prolog
16 lines
327 B
Prolog
load(qttest_p4)
|
|
|
|
QT += multimediakit-private multimediakitwidgets-private network
|
|
CONFIG += no_private_qt_headers_warning
|
|
|
|
SOURCES += tst_qmediaimageviewer.cpp
|
|
|
|
RESOURCES += \
|
|
images.qrc
|
|
|
|
!contains(QT_CONFIG, no-jpeg):DEFINES += QTEST_HAVE_JPEG
|
|
|
|
wince* {
|
|
!contains(QT_CONFIG, no-jpeg): DEPLOYMENT_PLUGIN += qjpeg
|
|
}
|