qt5-qtbase/qtbase-5.15.8-fix-missing-qtsan-include.patch
Jan Grulich 601d4914f2 5.15.8
2023-01-05 09:11:43 +01:00

14 lines
419 B
Diff

From 1876069485bb9b6f1b7dab205460d77894ac0391 Mon Sep 17 00:00:00 2001
From: Jan Grulich <jgrulich@redhat.com>
Date: Thu, 5 Jan 2023 08:42:57 +0100
Subject: Fix missing qtsan_impl include
diff --git a/include/QtCore/qtsan_impl.h b/include/QtCore/qtsan_impl.h
new file mode 100644
index 00000000..e9209cbc
--- /dev/null
+++ b/include/QtCore/qtsan_impl.h
@@ -0,0 +1 @@
+#include "../../src/corelib/thread/qtsan_impl.h"