From 8a796b594669c54a34b2e416ff0d931aaa3cc76d Mon Sep 17 00:00:00 2001 From: harlekin Date: Tue, 03 Feb 2004 22:25:41 +0000 Subject: today example plugin --- (limited to 'examples/todayplugin/example.pro') diff --git a/examples/todayplugin/example.pro b/examples/todayplugin/example.pro new file mode 100644 index 0000000..931e056 --- a/dev/null +++ b/examples/todayplugin/example.pro @@ -0,0 +1,19 @@ +TEMPLATE = lib +CONFIG -= moc +CONFIG += qt release + +# Input +HEADERS = exampleplugin.h examplepluginimpl.h examplepluginwidget.h +SOURCES = exampleplugin.cpp examplepluginimpl.cpp examplepluginwidget.cpp + +INCLUDEPATH += $(OPIEDIR)/include \ + ../ ../library +DEPENDPATH += $(OPIEDIR)/include \ + ../ ../library + +LIBS+= -lqpe -lopie + +DESTDIR = $(OPIEDIR)/plugins/today +TARGET = todayexampleplugin + +include ( $(OPIEDIR)/include.pro ) -- cgit v0.9.0.2