blob: c1e0350cc7a231498194e34862582fc23dbc3815 (
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 = $(OPIEDIR)/plugins/codecs
INCLUDEPATH += $(OPIEDIR)/include .. tremor
DEPENDPATH += $(OPIEDIR)/include .. tremor
LIBS += -lqpe -lm -lvorbisidec
VERSION = 1.0.0
include ( $(OPIEDIR)/include.pro )
|