summaryrefslogtreecommitdiff
path: root/libopie2/opiebluez/opiebluez.pro
authormickeyl <mickeyl>2005-07-10 18:23:38 (UTC)
committer mickeyl <mickeyl>2005-07-10 18:23:38 (UTC)
commit71fc7a0b9722b1a9695049f2885d5247449fbd6c (patch) (unidiff)
tree4006dff6f7333e72156426b7740a5ea725accc3a /libopie2/opiebluez/opiebluez.pro
parent779359497a582d510da0448f41a14e44db6b52af (diff)
downloadopie-71fc7a0b9722b1a9695049f2885d5247449fbd6c.zip
opie-71fc7a0b9722b1a9695049f2885d5247449fbd6c.tar.gz
opie-71fc7a0b9722b1a9695049f2885d5247449fbd6c.tar.bz2
s/opieshower/opiebluez/, infrared better goes through opienet
there's the need of a connection abstraction library which bases on opienet and opiebluez in the future. It's for discussion if it makes sense in Opie 1.x
Diffstat (limited to 'libopie2/opiebluez/opiebluez.pro') (more/less context) (show whitespace changes)
-rw-r--r--libopie2/opiebluez/opiebluez.pro29
1 files changed, 29 insertions, 0 deletions
diff --git a/libopie2/opiebluez/opiebluez.pro b/libopie2/opiebluez/opiebluez.pro
new file mode 100644
index 0000000..bcd2df2
--- a/dev/null
+++ b/libopie2/opiebluez/opiebluez.pro
@@ -0,0 +1,29 @@
1TEMPLATE = lib
2CONFIG += qt warn_on
3DESTDIR = $(OPIEDIR)/lib
4HEADERS = obluetooth.h \
5 oinfrared.h
6SOURCES = obluetooth.cpp \
7 oinfrared.cpp
8INTERFACES =
9TARGET = opieshower2
10VERSION = 0.0.0
11INCLUDEPATH += $(OPIEDIR)/include
12DEPENDPATH += $(OPIEDIR)/include
13LIBS += -lopiecore2 -lbluetooth
14
15!contains( platform, x11 ) {
16 include( $(OPIEDIR)/include.pro )
17}
18
19contains( platform, x11 ) {
20 LIBS += -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib
21}
22
23!isEmpty( LIBBLUEZ_INC_DIR ) {
24 INCLUDEPATH = $$LIBBLUEZ_INC_DIR $$INCLUDEPATH
25}
26!isEmpty( LIBBLUEZ_LIB_DIR ) {
27 LIBS = -L$$LIBBLUEZ_LIB_DIR $$LIBS
28}
29