Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
26 lines
634 B
Prolog
26 lines
634 B
Prolog
############################################################
|
|
# Project file for autotest for file mediaobject.h
|
|
############################################################
|
|
|
|
load(qttest_p4)
|
|
|
|
contains(QT_CONFIG, phonon):QT += phonon
|
|
SOURCES += tst_mediaobject.cpp
|
|
HEADERS += qtesthelper.h
|
|
RESOURCES += mediaobject.qrc
|
|
|
|
wince*{
|
|
DEPLOYMENT_PLUGIN += phonon_waveout
|
|
DEFINES += tst_MediaObject=tst_MediaObject_waveout
|
|
}
|
|
|
|
symbian:{
|
|
addFiles.files = media/test.sdp
|
|
addFiles.path = media
|
|
DEPLOYMENT += addFiles
|
|
LIBS += -lCommDb -lconnmon
|
|
TARGET.CAPABILITY += "NetworkServices"
|
|
}
|
|
|
|
CONFIG+=insignificant_test # QTQAINFRA-428
|