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




include ( $(OPIEDIR)/include.pro )