summaryrefslogtreecommitdiff
path: root/examples/todayplugin/example.pro
blob: 931e0566389d187b3a0344fffc8e953d747c1ee0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEMPLATE = lib
CONFIG -= moc
CONFIG += qt release

# Input
HEADERS = exampleplugin.h examplepluginimpl.h examplepluginwidget.h
SOURCES = exampleplugin.cpp examplepluginimpl.cpp examplepluginwidget.cpp

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

LIBS+= -lqpe -lopie

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

include ( $(OPIEDIR)/include.pro )