author | llornkcor <llornkcor> | 2003-04-20 16:07:18 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2003-04-20 16:07:18 (UTC) |
commit | f1f4e6794507d9b8dafb46ce05968a0647a41777 (patch) (side-by-side diff) | |
tree | 2b8eac3b47adaa0e8ff12f32d656151a75e28fff /core/multimedia | |
parent | 70728f3614819c6595820401dfb5b0e58bc52981 (diff) | |
download | opie-f1f4e6794507d9b8dafb46ce05968a0647a41777.zip opie-f1f4e6794507d9b8dafb46ce05968a0647a41777.tar.gz opie-f1f4e6794507d9b8dafb46ce05968a0647a41777.tar.bz2 |
qmake assumes pro file is named same as directroy
-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 @@ +TEMPLATE = lib +CONFIG += qt warn_on release +HEADERS = libtremorplugin.h libtremorinimpl.h +SOURCES = libtremorplugin.cpp libtremorpluginimpl.cpp +TARGET = tremorplugin +DESTDIR = $(OPIEDIR)/plugins/codecs +INCLUDEPATH += $(OPIEDIR)/include .. tremor +DEPENDPATH += $(OPIEDIR)/include .. tremor +LIBS += -lqpe -lm -ltremor +VERSION = 1.0.0 +include ( $(OPIEDIR)/include.pro ) |