summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmediaobject/qmediaobject.pro
blob: 756603ad7ab08c4028e0bb288f8113f3ed09643f (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
26
27
load(qttest_p4)

QT += multimediakit-private
  
# TARGET = tst_qmediaobject
# CONFIG += testcase

symbian {
  HEADERS += tst_qmediaobject_xa.h
  SOURCES += tst_qmediaobject_xa.cpp
  TARGET.CAPABILITY = ALL -TCB

  testFiles.sources = testfiles/*
  testFiles.path = /Data/testfiles
  DEPLOYMENT += testFiles
  HEADERS += tst_qmediaobject_mmf.h
  SOURCES += tst_qmediaobject_mmf.cpp
  TARGET.CAPABILITY = ALL -TCB

  testFiles.sources = testfiles/*
  testFiles.path = /Data/testfiles
  DEPLOYMENT += testFiles
}

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