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

include( $(OPIEDIR)/include.pro )