summaryrefslogtreecommitdiffstats
path: root/examples/mediaplayer/mediaplayer.pro
diff options
context:
space:
mode:
authorNoam Rosenthal <nrosenth@nokia.com>2009-06-08 12:27:03 -0700
committerNoam Rosenthal <nrosenth@nokia.com>2009-06-08 12:27:03 -0700
commitd0441f605434a89b53735427e4e81182c65debbd (patch)
treeb96d25dc89cdb523c007a22bc0deed3a5aa5dd56 /examples/mediaplayer/mediaplayer.pro
parenta6553f68f17c28adca049857686496a69b4c1e7a (diff)
scxml for 4.6
Diffstat (limited to 'examples/mediaplayer/mediaplayer.pro')
-rw-r--r--examples/mediaplayer/mediaplayer.pro23
1 files changed, 23 insertions, 0 deletions
diff --git a/examples/mediaplayer/mediaplayer.pro b/examples/mediaplayer/mediaplayer.pro
new file mode 100644
index 0000000..355da25
--- /dev/null
+++ b/examples/mediaplayer/mediaplayer.pro
@@ -0,0 +1,23 @@
+TEMPLATE = app
+TARGET = scxmlplayer
+QT += script \
+ sql \
+ phonon
+include($$PWD/../../src/qtstatemachine.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 += .