remove left over debug message
Change-Id: I2750e9561c006e7e9dae569af0e1c9095cb1b8f7 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
parent
2b31f47098
commit
a60b0d5b12
@ -4,7 +4,6 @@ defineTest(qtConfCommandline_cxxstd) {
|
|||||||
arg = $${1}
|
arg = $${1}
|
||||||
val = $${2}
|
val = $${2}
|
||||||
isEmpty(val): val = $$qtConfGetNextCommandlineArg()
|
isEmpty(val): val = $$qtConfGetNextCommandlineArg()
|
||||||
message("setting c++std: $$arg/$$val")
|
|
||||||
!contains(val, "^-.*"):!isEmpty(val) {
|
!contains(val, "^-.*"):!isEmpty(val) {
|
||||||
contains(val, "(c\+\+)?11") {
|
contains(val, "(c\+\+)?11") {
|
||||||
qtConfCommandlineSetInput("c++14", "no")
|
qtConfCommandlineSetInput("c++14", "no")
|
||||||
|
Loading…
Reference in New Issue
Block a user