summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2018-06-26 11:39:47 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2018-06-26 11:39:47 +0200
commit1cec9a3a5892e2a2fc3023bc87f9c0a78f1a5cd2 (patch)
tree00e94b5e35aad49c10e3d55fac0d7b4ab664c465
parentc3a9387732d9d9185363964269dddeb7b8af904b (diff)
Need C++11 for tests
-rw-r--r--tests/tests.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests.pri b/tests/tests.pri
index cb5b9fb6..c4adce28 100644
--- a/tests/tests.pri
+++ b/tests/tests.pri
@@ -1,5 +1,5 @@
!include(../qtpass.pri) { error("Couldn't find the qtpass.pri file!") }
-CONFIG += testcase qt warn_on depend_includepath testcase no_testcase_installs
+CONFIG += testcase qt warn_on depend_includepath testcase no_testcase_installs c++11
QT += testlib widgets