summaryrefslogtreecommitdiff
path: root/core/applets/restartapplet/restartapplet.pro
Side-by-side diff
Diffstat (limited to 'core/applets/restartapplet/restartapplet.pro') (more/less context) (show whitespace changes)
-rw-r--r--core/applets/restartapplet/restartapplet.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/core/applets/restartapplet/restartapplet.pro b/core/applets/restartapplet/restartapplet.pro
new file mode 100644
index 0000000..ca8799d
--- a/dev/null
+++ b/core/applets/restartapplet/restartapplet.pro
@@ -0,0 +1,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