summaryrefslogtreecommitdiff
path: root/noncore/styles/theme/theme.pro
blob: 8c75e67e19aeaf00365662fe0504882cfa93eeb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TEMPLATE    =  lib
CONFIG       = qt plugin embedded  warn_on
SOURCES     =  ogfxeffect.cpp \
               othemestyle.cpp \
               othemebase.cpp \
               themeset.cpp \
               plugin.cpp

HEADERS     = ogfxeffect.h \
              othemebase.h \
              othemestyle.h \
              themeset.h \
              plugin.h

               
LIBS       += -lqpe -lopiecore2
INCLUDEPATH += $(OPIEDIR)/include
DESTDIR      = $(OPIEDIR)/plugins/styles
TARGET       = theme
VERSION      = 1.0.1

include ( $(OPIEDIR)/include.pro )