fixed libguh-dev package

pull/135/head
Simon Stürz 2015-08-05 21:36:53 +02:00 committed by Michael Zanetti
parent b757c6d192
commit 087ca1f2ea
4 changed files with 15 additions and 3 deletions

2
debian/libguh1-dev.dirs vendored Normal file
View File

@ -0,0 +1,2 @@
usr/lib
usr/include/guh

3
debian/libguh1-dev.install vendored Normal file
View File

@ -0,0 +1,3 @@
usr/lib/libguh.so
usr/include/guh/* usr/include/guh

3
debian/libguh1.install vendored Normal file
View File

@ -0,0 +1,3 @@
usr/lib/libguh.so.1
usr/lib/libguh.so.1.0
usr/lib/libguh.so.1.0.0

View File

@ -5,9 +5,6 @@ TEMPLATE = lib
QT += network
target.path = /usr/lib
INSTALLS += target
SOURCES += plugin/device.cpp \
plugin/deviceclass.cpp \
plugin/deviceplugin.cpp \
@ -74,3 +71,10 @@ HEADERS += plugin/device.h \
loggingcategories.h \
guhsettings.h \
target.path = /usr/lib
headers.files = $$HEADERS
headers.path = /usr/include/guh
INSTALLS += target headers