From 3789743e2eb66b5144f7d6a0efc917ea66313d2a Mon Sep 17 00:00:00 2001 From: Vitaly Slobodin Date: Mon, 21 Nov 2016 16:20:11 +0300 Subject: [PATCH] [Linux] We need C++11 now --- src/phantomjs.pro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/phantomjs.pro b/src/phantomjs.pro index cadf4694a..5b1e817f8 100644 --- a/src/phantomjs.pro +++ b/src/phantomjs.pro @@ -94,6 +94,10 @@ win32-msvc* { } } +linux { + CONFIG += c++11 +} + openbsd* { LIBS += -L/usr/X11R6/lib }