summaryrefslogtreecommitdiff
path: root/noncore/decorations/liquid/liquid.pro
blob: 6448a5b8588626dc328a87f99fde8b1202554ef6 (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 )