From e3ef07dd34b1d8d39d32fa1e43351b7d54c61336 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Thu, 5 Dec 2013 21:08:48 +0100 Subject: Rename GatoAtt to GatoAttClient and add WriteType support --- libgato.pro | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'libgato.pro') 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 -- cgit v1.2.3