Skip to content

Commit

Permalink
Set C++11 mode for the project. Apparently VisualC++ didn't need this…
Browse files Browse the repository at this point in the history
… but you do for Linux and OSX.
  • Loading branch information
collin80 committed Jul 12, 2015
1 parent 3d887af commit 159f4c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SavvyCAN.pro
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets serialport printsupport

CONFIG(release, debug|release):DEFINES += QT_NO_DEBUG_OUTPUT

CONFIG += c++11

TARGET = SavvyCAN
TEMPLATE = app

Expand Down

0 comments on commit 159f4c5

Please sign in to comment.