summarylogtreecommitdiffstats
path: root/Velocity.patch
blob: 2cfc39594d3094a7ca9670802536cb261bad7f8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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