forked from qt-creator/qt-creator
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>
This commit is contained in:
committed by
BogDan Vatra
parent
a5c73fef3d
commit
ac91f6f452
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user