blob: 22d0eba7a0ed0e08ed335e689b4160f0fbecff49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
TEMPLATE = lib
CONFIG += qt warn_on
HEADERS = libtremorplugin.h libtremorpluginimpl.h
SOURCES = libtremorplugin.cpp libtremorpluginimpl.cpp
TARGET = tremorplugin
DESTDIR = ${palmtopdir}/plugins/codecs
INCLUDEPATH += $(OPIEDIR)/include .. tremor
DEPENDPATH += $(OPIEDIR)/include .. tremor
LIBS += -lqpe -lm -lvorbisidec
VERSION = 1.0.0
include ( $(OPIEDIR)/include.pro )
|