aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/clangparser/compilersupport.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2024-02-12 13:38:57 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2024-02-12 20:10:27 +0100
commitea20990968ccbf11a99b45247ea5d231ab55cacb (patch)
treeb595dc641fad31e5ddb05aa34544e77cfe84febf /sources/shiboken6/ApiExtractor/clangparser/compilersupport.h
parent34c4dab7cf68450959383240a68433b979aba821 (diff)
shiboken6/compiler support: Extract helper compilerFromCMake()
It is needed by the shiboken wizard. Task-number: PYSIDE-1338 Task-number: PYSIDE-1032 Pick-to: 6.6 Change-Id: I53e2bd7bc27940a0d00e0db6acdd0f8603e94d41 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/shiboken6/ApiExtractor/clangparser/compilersupport.h')
-rw-r--r--sources/shiboken6/ApiExtractor/clangparser/compilersupport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/shiboken6/ApiExtractor/clangparser/compilersupport.h b/sources/shiboken6/ApiExtractor/clangparser/compilersupport.h
index 18e87c495..462e8f205 100644
--- a/sources/shiboken6/ApiExtractor/clangparser/compilersupport.h
+++ b/sources/shiboken6/ApiExtractor/clangparser/compilersupport.h
@@ -44,6 +44,8 @@ QByteArrayList detectVulkan();
Compiler compiler();
bool setCompiler(const QString &name);
+QString compilerFromCMake();
+
const QString &compilerPath();
void setCompilerPath(const QString &name);