--- XboxInternals/XboxInternals.pro 2021-10-22 21:02:53.429735000 -0500 +++ XboxInternals/XboxInternals.pro 2021-10-22 21:03:29.022546431 -0500 @@ -15,6 +15,9 @@ # flags (lets step it up a notch) QMAKE_CXXFLAGS = -O3 +QMAKE_CXXFLAGS += -std=c++0x +QMAKE_CLFLAGS += -std=c++0x + # linking against botan (and adding to include path) win32 { include(Stfs/Botan.pri)