summaryrefslogtreecommitdiff
path: root/libgato.pro
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-12-03 03:05:47 +0100
committerJavier S. Pedro <maemo@javispedro.com>2013-12-03 03:05:47 +0100
commit47ada94baa424e56d2ded256fddc91e6aa4d3090 (patch)
tree46fd1da4c5fe29694aea0d05b70fe7db2ba7fa88 /libgato.pro
downloadlibgato-47ada94baa424e56d2ded256fddc91e6aa4d3090.tar.gz
libgato-47ada94baa424e56d2ded256fddc91e6aa4d3090.zip
initial import
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