diff options
| author | Rusty Wagner <dontpanic@binaryninja.com> | 2015-02-17 01:45:23 -0500 |
|---|---|---|
| committer | Rusty Wagner <dontpanic@binaryninja.com> | 2015-02-17 01:45:23 -0500 |
| commit | 256e44f3a1443e1e9fd689387f09ea37d57dbcf8 (patch) | |
| tree | 8db6aabf85b158b28ed35bf6e62b7132810bca2e /api.pro | |
| parent | dff66a8400b443946a0dfe14164b7297367d774d (diff) | |
Use c++11 config option, work on 10.7 again
Diffstat (limited to 'api.pro')
| -rw-r--r-- | api.pro | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -9,7 +9,7 @@ QT -= core gui TARGET = binaryninjaapi TEMPLATE = lib CONFIG += staticlib -QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.9 +CONFIG += c++11 SOURCES += \ databuffer.cpp \ @@ -30,7 +30,3 @@ unix { INCLUDEPATH += $$PWD/../core DEPENDPATH += $$PWD/../core - -!win32 { - QMAKE_CXXFLAGS += -std=c++11 -} |
