Fixes for creating a Flatpak build, preparation for Flathub

Commits squashed by Adam Honse <calcprogrammer1@gmail.com>
This commit is contained in:
abma
2021-09-15 22:21:50 +02:00
committed by Adam Honse
parent d765cb39bd
commit ea00ca8977
2 changed files with 6 additions and 5 deletions

3
.gitmodules vendored
View File

@@ -1,3 +0,0 @@
[submodule "razer-drivers-win32"]
path = razer-drivers-win32
url = https://github.com/rsandoz/razer-drivers-win32

View File

@@ -1110,10 +1110,14 @@ unix:!macx {
LIBS += \
-lusb-1.0 \
-lstdc++fs \
-lmbedx509 \
-lmbedcrypto \
-lmbedtls \
-lmbedcrypto \
COMPILER_VERSION = $$system($$QMAKE_CXX " -dumpversion")
if (!versionAtLeast(COMPILER_VERSION, "9")) {
LIBS += -lstdc++fs
}
#-------------------------------------------------------------------------------------------#
# Determine which hidapi to use based on availability #