Want to make QtMultimediaKit finally integrate. Disabled some tests and ensured that tests depending on private interfaces are only built if these interfaces are enabled. Change-Id: I65f0ff5ea23d704cf3c2626fe4191d7d6460e46f Reviewed-on: http://codereview.qt.nokia.com/992 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
33 lines
699 B
Prolog
33 lines
699 B
Prolog
load(qttest_p4)
|
|
|
|
# temporarily blacklist test because is fails miserably
|
|
CONFIG += insignificant_test
|
|
|
|
QT += multimediakit-private
|
|
|
|
# TARGET = tst_qmediaplaylist
|
|
# CONFIG += testcase
|
|
|
|
symbian*: {
|
|
PLAYLIST_TESTDATA.sources = testdata/*
|
|
PLAYLIST_TESTDATA.path = testdata
|
|
DEPLOYMENT += PLAYLIST_TESTDATA
|
|
}
|
|
|
|
wince* {
|
|
DEFINES+= TESTDATA_DIR=\\\"./\\\"
|
|
}else:!symbian {
|
|
DEFINES += TESTDATA_DIR=\\\"$$PWD/\\\"
|
|
}
|
|
|
|
HEADERS += \
|
|
$$QT.multimediakit.sources/../plugins/m3u/qm3uhandler.h
|
|
|
|
SOURCES += \
|
|
tst_qmediaplaylist.cpp \
|
|
$$QT.multimediakit.sources/../plugins/m3u/qm3uhandler.cpp
|
|
|
|
INCLUDEPATH += $$QT.multimediakit.sources/../plugins/m3u
|
|
|
|
maemo*:CONFIG += insignificant_test
|