summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/fortune/fortune.pro
blob: 22ce564c2bbe95400b6c0105365065ff85466276 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = lib
CONFIG += qt plugin 

# Input
HEADERS = fortuneplugin.h fortunepluginimpl.h \
	fortunepluginwidget.h
SOURCES = fortuneplugin.cpp fortunepluginimpl.cpp \
	fortunepluginwidget.cpp

INCLUDEPATH     += $(OPIEDIR)/include \
		../ ../library
DEPENDPATH      += $(OPIEDIR)/include \
		../ ../library

LIBS+= -lqpe -lopiecore2 -lopiepim2 -lopieui2 -lqtaux2

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

include( $(OPIEDIR)/include.pro )