summaryrefslogtreecommitdiffstats
path: root/examples/mediaplayer/mediaplayer.pro
diff options
context:
space:
mode:
authorNo'am Rosenthal <noam.rosenthal@nokia.com>2009-11-26 15:26:27 -0800
committerNo'am Rosenthal <noam.rosenthal@nokia.com>2009-11-26 15:26:27 -0800
commit9a50c13ad99d40115bb023aa1a89a9f0c1a352bb (patch)
tree6bd26d27361db11b2e05568dd59934641e1c16d3 /examples/mediaplayer/mediaplayer.pro
parent3d88526d4943bc6273b2d47f608e9d418724e112 (diff)
removed fringe features
Diffstat (limited to 'examples/mediaplayer/mediaplayer.pro')
-rw-r--r--examples/mediaplayer/mediaplayer.pro23
1 files changed, 0 insertions, 23 deletions
diff --git a/examples/mediaplayer/mediaplayer.pro b/examples/mediaplayer/mediaplayer.pro
deleted file mode 100644
index 70c06f1..0000000
--- a/examples/mediaplayer/mediaplayer.pro
+++ /dev/null
@@ -1,23 +0,0 @@
-TEMPLATE = app
-TARGET = scxmlplayer
-QT += script \
- sql \
- phonon
-include(../../src/qscxml.pri)
-
-HEADERS += spmodel.h \
- spengine.h \
- spview.h \
- spharvester.h \
- songdata.h
-SOURCES += main.cpp \
- spmodel.cpp \
- spengine.cpp \
- spview.cpp \
- spharvester.cpp
-FORMS += mediaplayer.ui
-RESOURCES += mediaplayer.qrc
-win32:CONFIG += console
-mac:CONFIG -= app_bundle
-INCLUDEPATH += .
-DEPENDPATH += .