summaryrefslogtreecommitdiffstats
path: root/tests/quicktestbrowser
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@theqtcompany.com>2015-03-12 13:35:04 +0100
committerAndras Becsi <andras.becsi@theqtcompany.com>2015-03-12 13:56:06 +0000
commit24494fc6f1f222f9f4979dc870ba5d54a5941afc (patch)
treec9ead5b0df4231acaad29201b77bc5f81df9c021 /tests/quicktestbrowser
parent006f14c38f6db16043f555196ff976532e89084d (diff)
Force c++11 support when building the tests
This fixes several warnings because of the use of the override keyword in private headers. Change-Id: Id30e13cab08be7b31a115e1b9b7334765d677cc3 Reviewed-by: Pierre Rossi <pierre.rossi@theqtcompany.com>
Diffstat (limited to 'tests/quicktestbrowser')
-rw-r--r--tests/quicktestbrowser/quicktestbrowser.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/quicktestbrowser/quicktestbrowser.pro b/tests/quicktestbrowser/quicktestbrowser.pro
index b285c5e62..7d6dfa6df 100644
--- a/tests/quicktestbrowser/quicktestbrowser.pro
+++ b/tests/quicktestbrowser/quicktestbrowser.pro
@@ -19,6 +19,7 @@ OTHER_FILES += ApplicationRoot.qml \
RESOURCES += resources.qrc
QT += qml quick webengine
+CONFIG += c++11
qtHaveModule(widgets) {
QT += widgets # QApplication is required to get native styling with QtQuickControls