summaryrefslogtreecommitdiff
path: root/core/applets/restartapplet/restartapplet.pro
blob: ca8799df54e4b0d32df169ea66fee21d4fa557e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE  = lib
CONFIG    += qt warn_on release
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