summaryrefslogtreecommitdiff
path: root/noncore/decorations/liquid/liquid.pro
blob: b40a31c42f7b7c93d5ec5702ed777d07fe3b5913 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE    =  lib
CONFIG       = qt plugin embedded  warn_on
SOURCES     =  liquid.cpp               
HEADERS     =  liquid.h               
LIBS        += -lqpe 
INCLUDEPATH += $(OPIEDIR)/include
DESTDIR      = $(OPIEDIR)/plugins/decorations
TARGET       = liquid
VERSION      = 1.0.0




include ( $(OPIEDIR)/include.pro )