--- Velocity/Velocity.pro 2021-10-22 21:02:51.526429000 -0500 +++ Velocity/Velocity.pro 2021-10-22 21:03:28.195891997 -0500 @@ -16,6 +16,9 @@ VERSION = 0.1.0.0 DEFINES += VERSION=\\\"$$VERSION\\\" +QMAKE_CXXFLAGS += -std=c++0x +QMAKE_CLFLAGS += -std=c++0x + # linking against botan (and adding to include path) win32 { LIBS += -LC:/botan/ -lbotan-1.10