mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-01 00:15:51 +00:00
Turn on C++11 for QMake builds
This commit is contained in:
@@ -31,7 +31,7 @@ TEMPLATE = app
|
|||||||
CONFIG += console thread warn_off
|
CONFIG += console thread warn_off
|
||||||
CONFIG -= qt gui
|
CONFIG -= qt gui
|
||||||
|
|
||||||
linux-gg++:QMAKE_CXXFLAGS += \
|
linux-g++:QMAKE_CXXFLAGS += \
|
||||||
-Wall \
|
-Wall \
|
||||||
-Wno-sign-compare \
|
-Wno-sign-compare \
|
||||||
-Wno-char-subscripts \
|
-Wno-char-subscripts \
|
||||||
@@ -39,6 +39,7 @@ linux-gg++:QMAKE_CXXFLAGS += \
|
|||||||
-Wno-unused-parameter \
|
-Wno-unused-parameter \
|
||||||
-Wformat \
|
-Wformat \
|
||||||
-O0 \
|
-O0 \
|
||||||
|
-std=c++11 \
|
||||||
-pthread
|
-pthread
|
||||||
|
|
||||||
INCLUDEPATH += \
|
INCLUDEPATH += \
|
||||||
@@ -50,9 +51,8 @@ INCLUDEPATH += \
|
|||||||
$${PROTOS_DIR}
|
$${PROTOS_DIR}
|
||||||
|
|
||||||
OTHER_FILES += \
|
OTHER_FILES += \
|
||||||
$$files(../../Subtrees/beast/*) \
|
# $$files(../../Subtrees/beast/*) \
|
||||||
$$files(../../Subtrees/beast/modules/beast_basics/diagnostic/*)
|
# $$files(../../Subtrees/beast/modules/beast_basics/diagnostic/*)
|
||||||
|
|
||||||
# $$files(../../Subtrees/beast/modules/beast_core/, true)
|
# $$files(../../Subtrees/beast/modules/beast_core/, true)
|
||||||
# $$files(../../modules/*, true) \
|
# $$files(../../modules/*, true) \
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user