summaryrefslogtreecommitdiff
path: root/examples/todayplugin/example.pro
Side-by-side diff
Diffstat (limited to 'examples/todayplugin/example.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--examples/todayplugin/example.pro17
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/todayplugin/example.pro b/examples/todayplugin/example.pro
deleted file mode 100644
index 0cd1103..0000000
--- a/examples/todayplugin/example.pro
+++ b/dev/null
@@ -1,17 +0,0 @@
-TEMPLATE = lib
-CONFIG -= moc
-CONFIG += qt
-
-# Input
-HEADERS = exampleplugin.h examplepluginimpl.h examplepluginwidget.h
-SOURCES = exampleplugin.cpp examplepluginimpl.cpp examplepluginwidget.cpp
-
-INCLUDEPATH += $(OPIEDIR)/include
-DEPENDPATH += $(OPIEDIR)/include
-
-LIBS+= -lqpe -lopieui2
-
-DESTDIR = $(OPIEDIR)/plugins/today
-TARGET = todayexampleplugin
-
-include( $(OPIEDIR)/include.pro )