summaryrefslogtreecommitdiff
path: root/core/applets/restartapplet/restartapplet.pro
blob: 51f97d3b2695920ee15022d744e02f75d3054c27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE  = lib
CONFIG    += qt plugin warn_on 
HEADERS =   restart.h restartappletimpl.h
SOURCES =   restart.cpp restartappletimpl.cpp
TARGET    = restartapplet
DESTDIR   = $(OPIEDIR)/plugins/applets
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH      += ../$(OPIEDIR)/include
LIBS            += -lqpe
VERSION   = 1.0.0
MOC_DIR=opieobj
OBJECTS_DIR=opieobj



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