summaryrefslogtreecommitdiff
path: root/core/applets/restartapplet2/restartapplet.pro
blob: f5fe9a0c67b9ad7c881d5a70a7bc14b933612457 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE  = lib
CONFIG    += qt warn_on release
HEADERS =   restart.h
SOURCES =   restart.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 )