summaryrefslogtreecommitdiff
path: root/libgato.pro
blob: 7da152e30aac04ed2d5c0641741e3051ee83b6be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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