From a0dc2e500265eff0e76934cf02ef2aedb90cec0d Mon Sep 17 00:00:00 2001 From: zecke Date: Wed, 03 Sep 2003 10:04:28 +0000 Subject: Add an Example Applet Now Tux grins from your Taskbar ;) --- (limited to 'examples/applet/example.pro') diff --git a/examples/applet/example.pro b/examples/applet/example.pro new file mode 100644 index 0000000..3efd31e --- a/dev/null +++ b/examples/applet/example.pro @@ -0,0 +1,16 @@ +CONFIG += warn_on qt + +TEMPLATE = lib +DESTDIR = $(OPIEDIR)/plugins/applets +TARGET = example + +SOURCES = simpleimpl.cpp +HEADERS = simpleimpl.h + +INCLUDEPATH += $(OPIEDIR)/include +DEPENDSPATH += $(OPIEDIR)/include + +LIBS += -lqpe + + +include ( $(OPIEDIR)/include.pro ) -- cgit v0.9.0.2