Skip to content

Commit

Permalink
[thermo] moved to -std=c++17
Browse files Browse the repository at this point in the history
  • Loading branch information
Marino Missiroli committed Jun 14, 2019
1 parent 257dfa5 commit 6504709
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions thermo/microDAQ/microDAQ.pro.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ macx {
#LIBS += -framework Cocoa
}

CONFIG+=c++11
QMAKE_CXXFLAGS += -std=c++11
CONFIG+=c++17
QMAKE_CXXFLAGS += -std=c++17

macx {
QMAKE_CXXFLAGS += -DAPPLICATIONVERSIONSTR=\\\"unknown\\\"
Expand Down
4 changes: 2 additions & 2 deletions thermo/microDisplay/microDisplay.pro.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ macx {
#LIBS += -framework Cocoa
}

CONFIG+=c++11
QMAKE_CXXFLAGS += -std=c++11
CONFIG+=c++17
QMAKE_CXXFLAGS += -std=c++17
macx {
QMAKE_CXXFLAGS += -DAPPLICATIONVERSIONSTR=\\\"unknown\\\"
} else {
Expand Down
4 changes: 2 additions & 2 deletions thermo/thermoDAQ/thermoDAQ.pro.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ macx {
#LIBS += -framework Cocoa
}

CONFIG+=c++11
QMAKE_CXXFLAGS += -std=c++11
CONFIG+=c++17
QMAKE_CXXFLAGS += -std=c++17

macx {
QMAKE_CXXFLAGS += -DAPPLICATIONVERSIONSTR=\\\"unknown\\\"
Expand Down
4 changes: 2 additions & 2 deletions thermo/thermoDAQ2Log/thermoDAQ2Log.pro.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

QMAKE = @qmake@

CONFIG+=c++11
QMAKE_CXXFLAGS += -std=c++11
CONFIG+=c++17
QMAKE_CXXFLAGS += -std=c++17
macx {
QMAKE_CXXFLAGS += -DAPPLICATIONVERSIONSTR=\\\"unknown\\\"
} else {
Expand Down
4 changes: 2 additions & 2 deletions thermo/thermoDAQ2Plots/thermoDAQ2Plots.pro.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ macx {
#LIBS += -framework Cocoa
}

CONFIG+=c++11
QMAKE_CXXFLAGS += -std=c++11
CONFIG+=c++17
QMAKE_CXXFLAGS += -std=c++17
macx {
QMAKE_CXXFLAGS += -DAPPLICATIONVERSIONSTR=\\\"unknown\\\"
} else {
Expand Down
4 changes: 2 additions & 2 deletions thermo/thermoDAQ2Root/thermoDAQ2Root.pro.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ LIBS += @rootlibs@

QMAKE = @qmake@

CONFIG+=c++11
QMAKE_CXXFLAGS += -std=c++11
CONFIG+=c++17
QMAKE_CXXFLAGS += -std=c++17
macx {
QMAKE_CXXFLAGS += -DAPPLICATIONVERSIONSTR=\\\"unknown\\\"
} else {
Expand Down
4 changes: 2 additions & 2 deletions thermo/thermoDisplay/thermoDisplay.pro.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ macx {
#LIBS += -framework Cocoa
}

CONFIG+=c++11
QMAKE_CXXFLAGS += -std=c++11
CONFIG+=c++17
QMAKE_CXXFLAGS += -std=c++17

macx {
QMAKE_CXXFLAGS += -DAPPLICATIONVERSIONSTR=\\\"unknown\\\"
Expand Down

0 comments on commit 6504709

Please sign in to comment.