e123934c73
Qt5.13 has deprecated a bunch of Qt APIs that we are using - postponing this activity till next release
4 lines
227 B
Plaintext
4 lines
227 B
Plaintext
QMAKE_CXXFLAGS += -isystem $$[QT_INSTALL_HEADERS] -std=c++11
|
|
CONFIG(debug, debug|release): QMAKE_CXXFLAGS_WARN_ON += -Wall -W -Wextra -Werror
|
|
CONFIG(debug, debug|release): QMAKE_CXXFLAGS_WARN_ON += -Wno-deprecated-declarations
|