summaryrefslogtreecommitdiff
path: root/core/multimedia/opieplayer/opieplayer.pro
authorharlekin <harlekin>2002-04-20 19:59:25 (UTC)
committer harlekin <harlekin>2002-04-20 19:59:25 (UTC)
commite310db2d3b28b104e1088daeb0ebf40b158dc3ab (patch) (side-by-side diff)
tree090224095eb480a68e2fd00293c0b633d665616c /core/multimedia/opieplayer/opieplayer.pro
parent8785721c7e1167dcca3a7aff54d5f843991ce780 (diff)
downloadopie-e310db2d3b28b104e1088daeb0ebf40b158dc3ab.zip
opie-e310db2d3b28b104e1088daeb0ebf40b158dc3ab.tar.gz
opie-e310db2d3b28b104e1088daeb0ebf40b158dc3ab.tar.bz2
right pro file
Diffstat (limited to 'core/multimedia/opieplayer/opieplayer.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/multimedia/opieplayer/opieplayer.pro24
1 files changed, 24 insertions, 0 deletions
diff --git a/core/multimedia/opieplayer/opieplayer.pro b/core/multimedia/opieplayer/opieplayer.pro
new file mode 100644
index 0000000..4cef319
--- a/dev/null
+++ b/core/multimedia/opieplayer/opieplayer.pro
@@ -0,0 +1,24 @@
+TEMPLATE = app
+CONFIG = qt warn_on release
+#release
+DESTDIR = $(OPIEDIR)/bin
+HEADERS = loopcontrol.h mediaplayerplugininterface.h playlistselection.h mediaplayerstate.h \
+ videowidget.h audiowidget.h playlistwidget.h mediaplayer.h audiodevice.h inputDialog.h
+SOURCES = main.cpp \
+ loopcontrol.cpp playlistselection.cpp mediaplayerstate.cpp \
+ videowidget.cpp audiowidget.cpp playlistwidget.cpp mediaplayer.cpp audiodevice.cpp inputDialog.cpp
+TARGET = opieplayer
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
+LIBS += -lqpe -lpthread
+
+# INTERFACES =
+# INCLUDEPATH += $(OPIEDIR)/include
+# CONFIG+=static
+# TMAKE_CXXFLAGS += -DQPIM_STANDALONE
+# LIBS += libmpeg3/libmpeg3.a -lpthread
+# LIBS += $(OPIEDIR)/plugins/codecs/liblibmadplugin.so
+
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
+