summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmediaimageviewer/qmediaimageviewer.pro
blob: 4724f6141632cf7048b6519d7f0e12edd34b8e72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CONFIG += testcase
TARGET = tst_qmediaimageviewer

QT += multimedia-private network testlib
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
}