From ac91f6f4528c3f2ac34d3caeb0d65abb8167db3b Mon Sep 17 00:00:00 2001 From: BogDan Vatra Date: Thu, 25 Apr 2019 17:35:22 +0300 Subject: [PATCH] Update QBS template Use Application instead of CppApplication as it's more suitable for Android Apps. Bump default C++ standard Change-Id: I57cfafe24da42aeab5c46cb993cc371d6e71f0b7 Reviewed-by: Christian Kandeler --- .../templates/wizards/projects/qtquickapplication/app.qbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/qtcreator/templates/wizards/projects/qtquickapplication/app.qbs b/share/qtcreator/templates/wizards/projects/qtquickapplication/app.qbs index 76257178c6b..0c17914b015 100644 --- a/share/qtcreator/templates/wizards/projects/qtquickapplication/app.qbs +++ b/share/qtcreator/templates/wizards/projects/qtquickapplication/app.qbs @@ -1,12 +1,12 @@ import qbs -CppApplication { +Application { Depends { name: "Qt.quick" } // Additional import path used to resolve QML modules in Qt Creator's code model property pathList qmlImportPaths: [] - cpp.cxxLanguageVersion: "c++11" + cpp.cxxLanguageVersion: "c++14" cpp.defines: [ // The following define makes your compiler emit warnings if you use