author | llornkcor <llornkcor> | 2003-04-20 16:07:18 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2003-04-20 16:07:18 (UTC) |
commit | f1f4e6794507d9b8dafb46ce05968a0647a41777 (patch) (unidiff) | |
tree | 2b8eac3b47adaa0e8ff12f32d656151a75e28fff | |
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 @@ | |||
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 ) | ||