summaryrefslogtreecommitdiff
path: root/examples/opiecore/onotifytest/onotifytest.pro
Unidiff
Diffstat (limited to 'examples/opiecore/onotifytest/onotifytest.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--examples/opiecore/onotifytest/onotifytest.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/opiecore/onotifytest/onotifytest.pro b/examples/opiecore/onotifytest/onotifytest.pro
new file mode 100644
index 0000000..4e0faec
--- a/dev/null
+++ b/examples/opiecore/onotifytest/onotifytest.pro
@@ -0,0 +1,16 @@
1TEMPLATE = app
2CONFIG = qt warn_on
3SOURCES = main.cpp
4INCLUDEPATH += $(OPIEDIR)/include
5DEPENDPATH += $(OPIEDIR)/include
6LIBS += -lopiecore2
7TARGET = onotifytest
8
9!contains( platform, x11 ) {
10 include( $(OPIEDIR)/include.pro )
11}
12
13contains( platform, x11 ) {
14 LIBS += -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib
15}
16