summaryrefslogtreecommitdiff
path: root/examples/todayplugin/example.pro
Unidiff
Diffstat (limited to 'examples/todayplugin/example.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--examples/todayplugin/example.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/todayplugin/example.pro b/examples/todayplugin/example.pro
new file mode 100644
index 0000000..931e056
--- a/dev/null
+++ b/examples/todayplugin/example.pro
@@ -0,0 +1,19 @@
1TEMPLATE = lib
2CONFIG -= moc
3CONFIG += qt release
4
5# Input
6HEADERS = exampleplugin.h examplepluginimpl.h examplepluginwidget.h
7SOURCES = exampleplugin.cpp examplepluginimpl.cpp examplepluginwidget.cpp
8
9INCLUDEPATH += $(OPIEDIR)/include \
10 ../ ../library
11DEPENDPATH += $(OPIEDIR)/include \
12 ../ ../library
13
14LIBS+= -lqpe -lopie
15
16DESTDIR = $(OPIEDIR)/plugins/today
17TARGET = todayexampleplugin
18
19include ( $(OPIEDIR)/include.pro )