From 58bd1952241a733e90dfaabc7515af03c969b214 Mon Sep 17 00:00:00 2001 From: zecke Date: Thu, 05 Feb 2004 15:51:34 +0000 Subject: Initial revision --- (limited to 'examples/menuapplet/menuapplet.pro') diff --git a/examples/menuapplet/menuapplet.pro b/examples/menuapplet/menuapplet.pro new file mode 100644 index 0000000..3567a2e --- a/dev/null +++ b/examples/menuapplet/menuapplet.pro @@ -0,0 +1,12 @@ +TEMPLATE = lib +CONFIG += qt plugn warn_on release +HEADERS = example.h +SOURCES = example.cpp +TARGET = example_applet +DESTDIR = $(OPIEDIR)/plugins/applets +INCLUDEPATH += $(OPIEDIR)/include +DEPENDPATH += $(OPIEDIR)/include +LIBS += -lqpe +VERSION = 1.0.0 + +include ( $(OPIEDIR)/include.pro ) -- cgit v0.9.0.2