summaryrefslogtreecommitdiff
path: root/libgato.pro
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-12-05 21:08:48 +0100
committerJavier S. Pedro <maemo@javispedro.com>2013-12-05 21:08:48 +0100
commite3ef07dd34b1d8d39d32fa1e43351b7d54c61336 (patch)
tree9249e42422a4a01c05da77c015a5866c8f94a4f6 /libgato.pro
parent5d8428e4f9801fa02df50091954f9d87ccb8a207 (diff)
downloadlibgato-e3ef07dd34b1d8d39d32fa1e43351b7d54c61336.tar.gz
libgato-e3ef07dd34b1d8d39d32fa1e43351b7d54c61336.zip
Rename GatoAtt to GatoAttClient and add WriteType support
Diffstat (limited to 'libgato.pro')
-rw-r--r--libgato.pro9
1 files changed, 4 insertions, 5 deletions
diff --git a/libgato.pro b/libgato.pro
index 2c90ac3..d0ac273 100644
--- a/libgato.pro
+++ b/libgato.pro
@@ -14,26 +14,25 @@ SOURCES += \
gatoperipheral.cpp \
gatoaddress.cpp \
gatosocket.cpp \
- gatoatt.cpp \
helpers.cpp \
gatoservice.cpp \
gatocharacteristic.cpp \
- gatodescriptor.cpp
+ gatodescriptor.cpp \
+ gatoattclient.cpp
-HEADERS += libgato_global.h \
+HEADERS += libgato_global.h gato.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
+ gatoattclient.h
target.path = /usr/lib
INSTALLS += target