aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/templates
diff options
context:
space:
mode:
authorBogDan Vatra <bogdan@kde.org>2019-04-25 17:35:22 +0300
committerBogDan Vatra <bogdan@kdab.com>2019-04-29 17:30:40 +0000
commitac91f6f4528c3f2ac34d3caeb0d65abb8167db3b (patch)
treeef0172cdf91b7ad9df8bf94023bc5d88a8d59b61 /share/qtcreator/templates
parenta5c73fef3ded6f7929ccb104ecc52419ef7ec7b2 (diff)
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 <christian.kandeler@qt.io>
Diffstat (limited to 'share/qtcreator/templates')
-rw-r--r--share/qtcreator/templates/wizards/projects/qtquickapplication/app.qbs4
1 files 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 76257178c6..0c17914b01 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