summaryrefslogtreecommitdiff
path: root/core/multimedia/opieplayer/vorbis/tremor/tremor.pro
Side-by-side diff
Diffstat (limited to 'core/multimedia/opieplayer/vorbis/tremor/tremor.pro') (more/less context) (show whitespace changes)
-rw-r--r--core/multimedia/opieplayer/vorbis/tremor/tremor.pro36
1 files changed, 35 insertions, 1 deletions
diff --git a/core/multimedia/opieplayer/vorbis/tremor/tremor.pro b/core/multimedia/opieplayer/vorbis/tremor/tremor.pro
index 2f406d4..4a3d017 100644
--- a/core/multimedia/opieplayer/vorbis/tremor/tremor.pro
+++ b/core/multimedia/opieplayer/vorbis/tremor/tremor.pro
@@ -1,43 +1,77 @@
TEMPLATE = lib
CONFIG = qt warn_on
HEADERS = asm_arm.h \
backends.h \
codebook.h \
codec_internal.h \
config_types.h \
ivorbiscodec.h \
ivorbisfile.h \
lsp_lookup.h \
mdct.h \
mdct_lookup.h \
misc.h \
ogg.h \
os.h \
os_types.h \
registry.h \
window.h \
window_lookup.h
SOURCES = bitwise.c \
block.c \
codebook.c \
floor0.c \
floor1.c \
framing.c \
info.c \
mapping0.c \
mdct.c \
registry.c \
res012.c \
sharedbook.c \
synthesis.c \
vorbisfile.c \
window.c
INTERFACES =
DESTDIR = $(OPIEDIR)/lib$(PROJMAK)
#DESTDIR = $(OPIEDIR)/root/usr/lib
INCLUDEPATH += $(OPIEDIR)/include ..
DEPENDPATH += $(OPIEDIR)/include ..
#LIBS += -lqpe
VERSION = 1.0.0
QMAKE_LINK=$$QMAKE_CC
-include ( $(OPIEDIR)/include.pro )
+include(
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $(OPIEDIR)/include.pro )