Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
[Linux] We need C++11 now
Browse files Browse the repository at this point in the history
  • Loading branch information
vitallium authored and ariya committed Nov 29, 2019
1 parent 88383c6 commit 3789743
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/phantomjs.pro
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ win32-msvc* {
}
}

linux {
CONFIG += c++11
}

openbsd* {
LIBS += -L/usr/X11R6/lib
}

0 comments on commit 3789743

Please sign in to comment.