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

include ( $(OPIEDIR)/include.pro )