summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/weather/weather.pro
blob: 4a427dcd706d5a743e75c1fe050d0d8bf10d4fb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
TEMPLATE = lib
#CONFIG -= moc
CONFIG += qt plugin 

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 -lopiecore2 -lopiepim2

DESTDIR = $(OPIEDIR)/plugins/today
TARGET = todayweatherplugin

include( $(OPIEDIR)/include.pro )