Initial copy of QtMultimediaKit.
Comes from original repo, with SHA1: 2c82d5611655e5967f5c5095af50c0991c4378b2
This commit is contained in:
27
tests/auto/qmediaobject/qmediaobject.pro
Normal file
27
tests/auto/qmediaobject/qmediaobject.pro
Normal file
@@ -0,0 +1,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
|
||||
|
||||
Reference in New Issue
Block a user