mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-04 16:10:12 +00:00
qttools: refresh patch
Change-Id: I42c8e0688467bdf58b46399d6012c9fe4cd45ffa Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
This commit is contained in:
parent
a5848e2280
commit
b7b83602d5
|
|
@ -1,4 +1,4 @@
|
|||
From f4b0fc8061e30edbaf7a9b23827cebfadccdd2f4 Mon Sep 17 00:00:00 2001
|
||||
From 3b7e6528d8beb5113a165bbfc4a10e6329bb3924 Mon Sep 17 00:00:00 2001
|
||||
From: Samuli Piippo <samuli.piippo@qt.io>
|
||||
Date: Thu, 17 Oct 2024 10:52:56 +0000
|
||||
Subject: [PATCH] qdoc: remove buildpath from default args
|
||||
|
|
@ -12,14 +12,14 @@ Upstream-Status: Pending
|
|||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/src/qdoc/qdoc/src/qdoc/clangcodeparser.cpp b/src/qdoc/qdoc/src/qdoc/clangcodeparser.cpp
|
||||
index 385d651ec..73f207720 100644
|
||||
index fad044a2e..b3103ec7f 100644
|
||||
--- a/src/qdoc/qdoc/src/qdoc/clangcodeparser.cpp
|
||||
+++ b/src/qdoc/qdoc/src/qdoc/clangcodeparser.cpp
|
||||
@@ -1487,7 +1487,6 @@ static const char *defaultArgs_[] = {
|
||||
@@ -1509,7 +1509,6 @@ static const char *defaultArgs_[] = {
|
||||
"-Wno-nullability-completeness",
|
||||
"-fvisibility=default",
|
||||
"-ferror-limit=0",
|
||||
- ("-I" CLANG_RESOURCE_DIR)
|
||||
- ("-I" CLANG_RESOURCE_DIR),
|
||||
"-xc++"
|
||||
};
|
||||
|
||||
/*!
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user