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

# 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

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

include ( $(OPIEDIR)/include.pro )