summaryrefslogtreecommitdiff
path: root/noncore/styles/fresh/fresh.pro
blob: 26039094342e6fe33432d2e6d5cf45d55b078121 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE	= lib
CONFIG		+= qt warn_on release
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 ( ../../../include.pro )