summaryrefslogtreecommitdiff
path: root/noncore/styles/fresh/fresh.pro
blob: e5d5e835fed192bbd49ce47f7bdf720b2aa41b8d (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 )