Last change
on this file since 553 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
683 bytes
|
Line | |
---|
1 | ######################################################################
|
---|
2 | # Automatically generated by qmake (2.01a) Thu Aug 23 18:02:14 2007
|
---|
3 | ######################################################################
|
---|
4 |
|
---|
5 | TEMPLATE = app
|
---|
6 | TARGET =
|
---|
7 | DEPENDPATH += . build src ui
|
---|
8 |
|
---|
9 | QT += phonon
|
---|
10 |
|
---|
11 | FORMS += settings.ui
|
---|
12 | RESOURCES += mediaplayer.qrc
|
---|
13 |
|
---|
14 | !win32:CONFIG += CONSOLE
|
---|
15 |
|
---|
16 | SOURCES += main.cpp mediaplayer.cpp
|
---|
17 | HEADERS += mediaplayer.h
|
---|
18 |
|
---|
19 | target.path = $$[QT_INSTALL_DEMOS]/mediaplayer
|
---|
20 | sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.html *.doc images
|
---|
21 | sources.path = $$[QT_INSTALL_DEMOS]/mediaplayer
|
---|
22 | INSTALLS += target sources
|
---|
23 |
|
---|
24 | wince*{
|
---|
25 | DEPLOYMENT_PLUGIN += phonon_ds9 phonon_waveout
|
---|
26 | }
|
---|
27 |
|
---|
28 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.