mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-07-10 05:15:10 -04:00
Small change to OpenRGB.pro to address #824
* explicitly declaring c++14 for unix:!macx
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user