summaryrefslogtreecommitdiff
path: root/libgato.pro
diff options
context:
space:
mode:
Diffstat (limited to 'libgato.pro')
-rw-r--r--libgato.pro39
1 files changed, 39 insertions, 0 deletions
diff --git a/libgato.pro b/libgato.pro
new file mode 100644
index 0000000..7da152e
--- /dev/null
+++ b/libgato.pro
@@ -0,0 +1,39 @@
+TEMPLATE = lib
+TARGET = gato
+
+QT -= gui
+
+DEFINES += LIBGATO_LIBRARY
+
+CONFIG += link_pkgconfig
+PKGCONFIG += bluez
+
+SOURCES += \
+ gatocentralmanager.cpp \
+ gatouuid.cpp \
+ gatoperipheral.cpp \
+ gatoaddress.cpp \
+ gatosocket.cpp \
+ gatoatt.cpp \
+ helpers.cpp \
+ gatoservice.cpp \
+ gatocharacteristic.cpp \
+ gatodescriptor.cpp
+
+HEADERS += libgato_global.h \
+ gatocentralmanager.h \
+ gatouuid.h \
+ gatoperipheral.h \
+ gatoaddress.h \
+ gatosocket.h \
+ gatoatt.h \
+ helpers.h \
+ gatoperipheral_p.h \
+ gatocentralmanager_p.h \
+ gatoservice.h \
+ gatocharacteristic.h \
+ gatodescriptor.h \
+ gato.h
+
+target.path = /usr/lib
+INSTALLS += target