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