summaryrefslogtreecommitdiff
path: root/libgato.pro
diff options
context:
space:
mode:
Diffstat (limited to 'libgato.pro')
-rw-r--r--libgato.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/libgato.pro b/libgato.pro
index d0ac273..d426b67 100644
--- a/libgato.pro
+++ b/libgato.pro
@@ -1,5 +1,6 @@
TEMPLATE = lib
TARGET = gato
+VERSION = 1.0.0
QT -= gui
@@ -37,6 +38,13 @@ HEADERS += libgato_global.h gato.h \
target.path = /usr/lib
INSTALLS += target
+publicheaders.files = libgato_global.h gato.h \
+ gatocentralmanager.h gatoperipheral.h \
+ gatoservice.h gatocharacteristic.h gatodescriptor.h \
+ gatouuid.h gatoaddress.h
+publicheaders.path = /usr/include
+INSTALLS += publicheaders
+
OTHER_FILES += \
qtc_packaging/debian_harmattan/rules \
qtc_packaging/debian_harmattan/README \