summaryrefslogtreecommitdiffstats
path: root/configure.pri
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-08-01 19:09:03 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-08-12 22:03:33 +0000
commita60b0d5b12e34b81d0e4404bcf20c59a21da98c5 (patch)
treeb6c9ebcedb6d67c047a06c148c740fa45904338c /configure.pri
parent2b31f470983626c9478e80bc348b7124b5cf6cbc (diff)
remove left over debug message
Change-Id: I2750e9561c006e7e9dae569af0e1c9095cb1b8f7 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'configure.pri')
-rw-r--r--configure.pri1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.pri b/configure.pri
index 526a4bb711..ac2a7e7bb4 100644
--- a/configure.pri
+++ b/configure.pri
@@ -4,7 +4,6 @@ defineTest(qtConfCommandline_cxxstd) {
arg = $${1}
val = $${2}
isEmpty(val): val = $$qtConfGetNextCommandlineArg()
- message("setting c++std: $$arg/$$val")
!contains(val, "^-.*"):!isEmpty(val) {
contains(val, "(c\+\+)?11") {
qtConfCommandlineSetInput("c++14", "no")