From ea20990968ccbf11a99b45247ea5d231ab55cacb Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 12 Feb 2024 13:38:57 +0100 Subject: 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 --- sources/shiboken6/ApiExtractor/clangparser/compilersupport.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sources/shiboken6/ApiExtractor/clangparser/compilersupport.h') 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); -- cgit v1.2.3