From 2d9c74a4995a949378b36469ae5c6ab77963bead Mon Sep 17 00:00:00 2001 From: llornkcor Date: Wed, 24 Jul 2002 17:24:49 +0000 Subject: simple developers tool for a taskbar icon to restart opie --- (limited to 'core/applets/restartapplet/restartapplet.pro') 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 -- cgit v0.9.0.2