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