Merge pull request #1717

d9280b1 Build: fix static link to hidapi (MoroccanMalinois)
pull/2/head
luigi1111 6 years ago
commit 0e21b3cfda
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

@ -279,7 +279,10 @@ linux {
LIBS+= -Wl,-Bstatic
QMAKE_LFLAGS += -static-libgcc -static-libstdc++
# contains(QT_ARCH, x86_64) {
LIBS+= -lunbound
LIBS+= -lunbound \
-lusb-1.0 \
-lhidapi-hidraw \
-ludev
# }
} else {
# On some distro's we need to add dynload