summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/zeckeplayer.pro
authorzecke <zecke>2002-07-01 23:00:43 (UTC)
committer zecke <zecke>2002-07-01 23:00:43 (UTC)
commit8863cf6b20e881e638e8a3cdb18709ecc8201d51 (patch) (side-by-side diff)
tree23012f54bd75a76ac11f8c720d1e81850c3d3689 /noncore/multimedia/opieplayer2/zeckeplayer.pro
parentb34df43c4d141b6845a6251e8f52f7daf3d1a867 (diff)
downloadopie-8863cf6b20e881e638e8a3cdb18709ecc8201d51.zip
opie-8863cf6b20e881e638e8a3cdb18709ecc8201d51.tar.gz
opie-8863cf6b20e881e638e8a3cdb18709ecc8201d51.tar.bz2
Hija,
first bits of a XINE C++ lib for the OpieMediaPlayer
Diffstat (limited to 'noncore/multimedia/opieplayer2/zeckeplayer.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/zeckeplayer.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/noncore/multimedia/opieplayer2/zeckeplayer.pro b/noncore/multimedia/opieplayer2/zeckeplayer.pro
new file mode 100644
index 0000000..e63713f
--- a/dev/null
+++ b/noncore/multimedia/opieplayer2/zeckeplayer.pro
@@ -0,0 +1,10 @@
+TEMPLATE = app
+DESTDIR = .
+#CONFIG = qt warn_on debug
+CONFIG = qt warn_on release
+HEADERS = frame.h lib.h
+SOURCES = frame.cpp lib.cpp main.cpp
+INCLUDEPATH += $(OPIEDIR)/include /usr/locale/include
+DEPENDPATH += $(OPIEDIR)/include /usr/locale/include
+LIBS += -lxine -lxineutils
+TARGET = zeckeplayer \ No newline at end of file