summaryrefslogtreecommitdiff
path: root/core/applets/restartapplet/restartapplet.pro
Unidiff
Diffstat (limited to 'core/applets/restartapplet/restartapplet.pro') (more/less context) (ignore 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 @@
1TEMPLATE = lib
2CONFIG += qt warn_on release
3HEADERS = restart.h restartappletimpl.h
4SOURCES = restart.cpp restartappletimpl.cpp
5TARGET = restartapplet
6DESTDIR = $(OPIEDIR)/plugins/applets
7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += ../$(OPIEDIR)/include
9LIBS += -lqpe
10VERSION = 1.0.0
11MOC_DIR=opieobj
12OBJECTS_DIR=opieobj