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

include( $(OPIEDIR)/include.pro )