Diffstat (limited to 'examples/todayplugin/example.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | examples/todayplugin/example.pro | 6 |
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 @@ -1,19 +1,17 @@ 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 +INCLUDEPATH += $(OPIEDIR)/include +DEPENDPATH += $(OPIEDIR)/include LIBS+= -lqpe -lopie DESTDIR = $(OPIEDIR)/plugins/today TARGET = todayexampleplugin include ( $(OPIEDIR)/include.pro ) |