summaryrefslogtreecommitdiff
path: root/core/applets/aboutapplet/aboutapplet.pro
blob: 4dfb6bb7ad609e4078ec19b583e87cafd76c9beb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE      = lib
CONFIG       += qt plugin warn_on 
HEADERS       = about.h
SOURCES       = about.cpp
INTERFACES    = dialog.ui
TARGET        = aboutapplet
DESTDIR       = $(OPIEDIR)/plugins/applets
INCLUDEPATH  += $(OPIEDIR)/include
DEPENDPATH   += $(OPIEDIR)/include
LIBS         += -lqpe
VERSION       = 1.0.0

include ( $(OPIEDIR)/include.pro )
target.path = $$prefix/plugins/applets