summaryrefslogtreecommitdiff
path: root/libopie2/examples/opiecore/onotifydemo/onotifydemo.pro
Side-by-side diff
Diffstat (limited to 'libopie2/examples/opiecore/onotifydemo/onotifydemo.pro') (more/less context) (show whitespace changes)
-rw-r--r--libopie2/examples/opiecore/onotifydemo/onotifydemo.pro18
1 files changed, 0 insertions, 18 deletions
diff --git a/libopie2/examples/opiecore/onotifydemo/onotifydemo.pro b/libopie2/examples/opiecore/onotifydemo/onotifydemo.pro
deleted file mode 100644
index d2c9138..0000000
--- a/libopie2/examples/opiecore/onotifydemo/onotifydemo.pro
+++ b/dev/null
@@ -1,18 +0,0 @@
-TEMPLATE = app
-CONFIG = qt warn_on
-HEADERS =
-SOURCES = onotifydemo.cpp
-INCLUDEPATH += $(OPIEDIR)/include
-DEPENDPATH += $(OPIEDIR)/include
-LIBS += -lopiecore2 -lopieui2
-TARGET = onotifydemo
-
-!contains( platform, x11 ) {
- include( $(OPIEDIR)/include.pro )
-}
-
-contains( platform, x11 ) {
- LIBS += -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib
-}
-
-MOC_DIR = moc