From b41e73a1565ff9edd45f814a4b535020c04b1b15 Mon Sep 17 00:00:00 2001 From: Javier Date: Wed, 17 Sep 2014 00:10:06 +0200 Subject: Bump version, add new GatoConnectionParameters class and ability to change connection parameters. --- libgato.pro | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'libgato.pro') diff --git a/libgato.pro b/libgato.pro index f13ebd3..a3397a4 100644 --- a/libgato.pro +++ b/libgato.pro @@ -19,7 +19,8 @@ SOURCES += \ gatoservice.cpp \ gatocharacteristic.cpp \ gatodescriptor.cpp \ - gatoattclient.cpp + gatoattclient.cpp \ + gatoconnectionparameters.cpp HEADERS += libgato_global.h gato.h \ gatocentralmanager.h \ @@ -33,7 +34,8 @@ HEADERS += libgato_global.h gato.h \ gatoservice.h \ gatocharacteristic.h \ gatodescriptor.h \ - gatoattclient.h + gatoattclient.h \ + gatoconnectionparameters.h target.path = /usr/lib INSTALLS += target @@ -41,7 +43,7 @@ INSTALLS += target publicheaders.files = libgato_global.h gato.h \ gatocentralmanager.h gatoperipheral.h \ gatoservice.h gatocharacteristic.h gatodescriptor.h \ - gatouuid.h gatoaddress.h + gatouuid.h gatoaddress.h gatoconnectionparameters.h publicheaders.path = /usr/include/gato INSTALLS += publicheaders -- cgit v1.2.3