From cbafca79e0a7993f55c085ead8aaa30604cc646b Mon Sep 17 00:00:00 2001 From: drw Date: Mon, 11 Nov 2002 01:18:50 +0000 Subject: New Today weather plugin --- (limited to 'noncore/todayplugins/weather/weather.pro') diff --git a/noncore/todayplugins/weather/weather.pro b/noncore/todayplugins/weather/weather.pro new file mode 100644 index 0000000..2c7d865 --- a/dev/null +++ b/noncore/todayplugins/weather/weather.pro @@ -0,0 +1,23 @@ +TEMPLATE = lib +#CONFIG -= moc +CONFIG += qt debug + +HEADERS = weatherplugin.h \ + weatherpluginimpl.h \ + weatherpluginwidget.h \ + weatherconfig.h + +SOURCES = weatherplugin.cpp \ + weatherpluginimpl.cpp \ + weatherpluginwidget.cpp \ + weatherconfig.cpp + +INCLUDEPATH += $(OPIEDIR)/include \ + ../ ../library +DEPENDPATH += $(OPIEDIR)/include \ + ../ ../library + +LIBS+= -lqpe -lopie + +DESTDIR = $(OPIEDIR)/plugins/today +TARGET = todayweatherplugin -- cgit v0.9.0.2