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




include( $(OPIEDIR)/include.pro )