aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport/baseqtversion.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2019-11-25 16:38:35 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2019-11-25 15:54:38 +0000
commit572af85224f2a0625f10182dd79da71e58b400b7 (patch)
tree3dd08b2e2b6d881e8af2425d6d5d31868e4188e7 /src/plugins/qtsupport/baseqtversion.h
parent9e2484052dd7118d5ee0590dd91712f2eb194d9a (diff)
QtSupport: Introduce QtQuickCompilerAspect
... and use it in the qbs build configuration Change-Id: I53ef4fb8c267e2b4e033c01604bc5b7770b57777 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/qtsupport/baseqtversion.h')
-rw-r--r--src/plugins/qtsupport/baseqtversion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qtsupport/baseqtversion.h b/src/plugins/qtsupport/baseqtversion.h
index ce50c34ba40..c1349eb8f5c 100644
--- a/src/plugins/qtsupport/baseqtversion.h
+++ b/src/plugins/qtsupport/baseqtversion.h
@@ -176,7 +176,7 @@ public:
static bool isQmlDebuggingSupported(const ProjectExplorer::Kit *k, QString *reason = nullptr);
bool isQmlDebuggingSupported(QString *reason = nullptr) const;
- static bool isQtQuickCompilerSupported(ProjectExplorer::Kit *k, QString *reason = nullptr);
+ static bool isQtQuickCompilerSupported(const ProjectExplorer::Kit *k, QString *reason = nullptr);
bool isQtQuickCompilerSupported(QString *reason = nullptr) const;
QString qmlDumpTool(bool debugVersion) const;