aboutsummaryrefslogtreecommitdiff
path: root/games/xnethack/files/patch-win_Qt_qt__pre.h
blob: 711a540d3301f2309dc9bf2d4200bb21e4e03dce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- win/Qt/qt_pre.h.orig	2023-05-16 21:33:58 UTC
+++ win/Qt/qt_pre.h
@@ -42,7 +42,7 @@
 #pragma GCC diagnostic ignored "-Wshadow"
 #endif
 
-#include <QtGlobal>
+#include <QtCore/QtGlobal>
 
 /* QFontMetrics::width was deprecated in Qt 5.11 */
 #if QT_VERSION < QT_VERSION_CHECK(5, 11, 0)