From e1be05bd86b25b4b2021f817c9a05d865dbb1dbc Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Thu, 5 Feb 2015 03:23:32 -0500 Subject: Fix Mac build and toolbar size on Mac --- api.pro | 4 ++++ 1 file changed, 4 insertions(+) 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 +} -- cgit v1.3.1