summaryrefslogtreecommitdiff
path: root/noncore/styles/flat/flat.pro
blob: c3a7f7949f0b843aec455ec3e45eb036da72f4eb (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		= flatstyle
DESTDIR		= $(OPIEDIR)/plugins/styles
INCLUDEPATH	+= $(OPIEDIR)/include
DEPENDPATH      += $(OPIEDIR)/include
LIBS            += -lqpe
VERSION		= 1.0.0




include( $(OPIEDIR)/include.pro )