mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 23:35:55 +00:00
Fix build on GCC 4.x and lower
This commit is contained in:
parent
1117c49867
commit
a97e4babf9
@ -59,3 +59,8 @@ INCLUDEPATH += \
|
||||
$$COMMON_C_DIR/src
|
||||
CONFIG += warn_off staticlib
|
||||
DEFINES += HAS_SOCKLEN_T
|
||||
|
||||
# Older GCC versions defaulted to GNU89
|
||||
*-g++ {
|
||||
QMAKE_CFLAGS += -std=gnu99
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user