summaryrefslogtreecommitdiff
path: root/libgato.pro
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-12-06 00:26:27 +0100
committerJavier S. Pedro <maemo@javispedro.com>2013-12-06 00:26:27 +0100
commit7a21cda13e56f21b9f0cb60f69c42ec1e7830edd (patch)
treeb61a58cb1c5bbe3a930c7256d69b601549084794 /libgato.pro
parente3ef07dd34b1d8d39d32fa1e43351b7d54c61336 (diff)
downloadlibgato-7a21cda13e56f21b9f0cb60f69c42ec1e7830edd.tar.gz
libgato-7a21cda13e56f21b9f0cb60f69c42ec1e7830edd.zip
adding better debian packaging
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 \