-rw-r--r-- | core/multimedia/opieplayer/vorbis/vorbis.pro | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/core/multimedia/opieplayer/vorbis/vorbis.pro b/core/multimedia/opieplayer/vorbis/vorbis.pro new file mode 100644 index 0000000..a15cf9c --- a/dev/null +++ b/core/multimedia/opieplayer/vorbis/vorbis.pro | |||
@@ -0,0 +1,11 @@ | |||
1 | TEMPLATE = lib | ||
2 | CONFIG += qt warn_on release | ||
3 | HEADERS = libtremorplugin.h libtremorinimpl.h | ||
4 | SOURCES = libtremorplugin.cpp libtremorpluginimpl.cpp | ||
5 | TARGET = tremorplugin | ||
6 | DESTDIR = $(OPIEDIR)/plugins/codecs | ||
7 | INCLUDEPATH += $(OPIEDIR)/include .. tremor | ||
8 | DEPENDPATH += $(OPIEDIR)/include .. tremor | ||
9 | LIBS += -lqpe -lm -ltremor | ||
10 | VERSION = 1.0.0 | ||
11 | include ( $(OPIEDIR)/include.pro ) | ||