summaryrefslogtreecommitdiff
path: root/libopie2/examples/opiecore/onotifydemo/onotifydemo.pro
Unidiff
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 @@
1TEMPLATE = app
2CONFIG = qt warn_on
3HEADERS =
4SOURCES = onotifydemo.cpp
5INCLUDEPATH += $(OPIEDIR)/include
6DEPENDPATH += $(OPIEDIR)/include
7LIBS += -lopiecore2 -lopieui2
8TARGET = onotifydemo
9
10!contains( platform, x11 ) {
11 include( $(OPIEDIR)/include.pro )
12}
13
14contains( platform, x11 ) {
15 LIBS += -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib
16}
17
18MOC_DIR = moc