diff --git a/OpenRGB.pro b/OpenRGB.pro index 6468d13d..6295344a 100644 --- a/OpenRGB.pro +++ b/OpenRGB.pro @@ -641,6 +641,9 @@ win32:contains(QMAKE_TARGET.arch, x86) { unix:!macx { TARGET = $$lower($$TARGET) + CONFIG += \ + c++14 \ + INCLUDEPATH += \ Controllers/FaustusController \ Controllers/LinuxLEDController \ @@ -652,7 +655,6 @@ unix:!macx { Controllers/LinuxLEDController/RGBController_LinuxLED.h \ Controllers/OpenRazerController/RGBController_OpenRazer.h \ - LIBS += \ -lusb-1.0 \ -lstdc++fs \ diff --git a/scripts/AppImage.patch b/scripts/AppImage.patch index 045d6682..68ef3be0 100644 --- a/scripts/AppImage.patch +++ b/scripts/AppImage.patch @@ -1,18 +1,18 @@ diff --git a/OpenRGB.pro b/OpenRGB.pro -index 0b308bb9..75a2199f 100644 +index 6295344a..d09bed44 100644 --- a/OpenRGB.pro +++ b/OpenRGB.pro -@@ -634,8 +634,6 @@ win32:contains(QMAKE_TARGET.arch, x86) { +@@ -639,8 +639,6 @@ win32:contains(QMAKE_TARGET.arch, x86) { # Linux-specific Configuration # #-----------------------------------------------------------------------------------------------# unix:!macx { - TARGET = $$lower($$TARGET) - - INCLUDEPATH += \ - Controllers/FaustusController \ - Controllers/LinuxLEDController \ + CONFIG += \ + c++14 \ + diff --git a/qt/OpenRGB.desktop b/qt/OpenRGB.desktop index bd71a38a..b4a0f86a 100644 --- a/qt/OpenRGB.desktop