aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pri
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-08-15 12:57:50 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2014-12-18 12:13:41 +0100
commita50456dcb0a13ae43427190140db71aefef68f1e (patch)
treed494f643669dcbfa2237be1a61078165da4d34e9 /tests/auto/auto.pri
parentd3f70ef8c249e8bce65c31dca48caa550a4af4e9 (diff)
Enable C++11.
Change-Id: I8b0513e59c259d0535c6d0299ed64f531ae977c6 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'tests/auto/auto.pri')
-rw-r--r--tests/auto/auto.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/auto.pri b/tests/auto/auto.pri
index 979efe8ad..fe7d58a98 100644
--- a/tests/auto/auto.pri
+++ b/tests/auto/auto.pri
@@ -6,6 +6,7 @@ INCLUDEPATH += $$PWD/../../src
QT = core script testlib
CONFIG += depend_includepath testcase console
CONFIG -= app_bundle
+CONFIG += c++11
target.CONFIG += no_default_install
include(../../src/lib/corelib/use_corelib.pri)