Fix build on GCC 4.x and lower
This commit is contained in:
parent
1117c49867
commit
a97e4babf9
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue