This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
############################################################ |
| 2 |
# Project file for autotest for file mediaobject.h |
| 3 |
############################################################ |
| 4 |
|
| 5 |
load(qttest_p4) |
| 6 |
|
| 7 |
contains(QT_CONFIG, phonon):QT += phonon |
| 8 |
|
| 9 |
wince*{ |
| 10 |
SOURCES += ../mediaobject/tst_mediaobject.cpp |
| 11 |
HEADERS += ../mediaobject/qtesthelper.h |
| 12 |
RESOURCES += ../mediaobject/mediaobject.qrc |
| 13 |
DEPLOYMENT_PLUGIN += phonon_ds9 |
| 14 |
DEFINES += tst_MediaObject=tst_MediaObject_ds9 |
| 15 |
} else { |
| 16 |
SOURCES += dummy.cpp |
| 17 |
} |