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