summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmediaplayer/qmediaplayer.pro
blob: b624afd919d7d41e8c6acc6100cce388a32443bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
load(qttest_p4)

QT += network multimediakit-private

# TARGET = tst_qmediaplayer
# CONFIG += testcase

symbian {
  TARGET.CAPABILITY = NetworkServices
  testFiles.sources = testfiles/*
  testFiles.path = /Data/testfiles
  DEPLOYMENT += testFiles
  contains(openmaxal_symbian_enabled, no) {
    DEFINES += HAS_OPENMAXAL_MEDIAPLAY_BACKEND
    HEADERS += tst_qmediaplayer_xa.h
    SOURCES += tst_qmediaplayer_xa.cpp
  } else {
    HEADERS += tst_qmediaplayer_s60.h
    SOURCES += tst_qmediaplayer_s60.cpp
  }
}

HEADERS += tst_qmediaplayer.h
SOURCES += main.cpp tst_qmediaplayer.cpp