summaryrefslogtreecommitdiff
path: root/examples/todayplugin/example.pro
Unidiff
Diffstat (limited to 'examples/todayplugin/example.pro') (more/less context) (show whitespace changes)
-rw-r--r--examples/todayplugin/example.pro6
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/todayplugin/example.pro b/examples/todayplugin/example.pro
index 931e056..4c8c942 100644
--- a/examples/todayplugin/example.pro
+++ b/examples/todayplugin/example.pro
@@ -6,10 +6,8 @@ CONFIG += qt release
6HEADERS = exampleplugin.h examplepluginimpl.h examplepluginwidget.h 6HEADERS = exampleplugin.h examplepluginimpl.h examplepluginwidget.h
7SOURCES = exampleplugin.cpp examplepluginimpl.cpp examplepluginwidget.cpp 7SOURCES = exampleplugin.cpp examplepluginimpl.cpp examplepluginwidget.cpp
8 8
9INCLUDEPATH += $(OPIEDIR)/include \ 9INCLUDEPATH += $(OPIEDIR)/include
10 ../ ../library 10DEPENDPATH += $(OPIEDIR)/include
11DEPENDPATH += $(OPIEDIR)/include \
12 ../ ../library
13 11
14LIBS+= -lqpe -lopie 12LIBS+= -lqpe -lopie
15 13