From 47ada94baa424e56d2ded256fddc91e6aa4d3090 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Tue, 3 Dec 2013 03:05:47 +0100 Subject: initial import --- libgato.pro | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 libgato.pro (limited to 'libgato.pro') 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 -- cgit v1.2.3