index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
api.pro
4
1 files changed, 4 insertions, 0 deletions
diff --git a/api.pro b/api.pro
index 6e20687d..017b4d55 100644
--- a/
api.pro
+++ b/
api.pro
@@ -20,3 +20,7 @@ unix {
INCLUDEPATH += $$PWD/../core
DEPENDPATH += $$PWD/../core
+
+!win32 {
+ QMAKE_CXXFLAGS += -std=c++11
+}