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

# 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 -lopie

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



include ( $(OPIEDIR)/include.pro )