mirror of https://github.com/nymea/nymea.git
fixed libguh-dev package
parent
b757c6d192
commit
087ca1f2ea
|
|
@ -0,0 +1,2 @@
|
|||
usr/lib
|
||||
usr/include/guh
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
usr/lib/libguh.so
|
||||
usr/include/guh/* usr/include/guh
|
||||
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
usr/lib/libguh.so.1
|
||||
usr/lib/libguh.so.1.0
|
||||
usr/lib/libguh.so.1.0.0
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue