1
0
mirror of https://github.com/danog/patches.git synced 2024-12-04 02:07:56 +01:00
patches/qtbase_5_12_8/0001-qt-patched-define.patch

14 lines
328 B
Diff
Raw Normal View History

diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h
index ccab228804..e4313a2f14 100644
--- a/src/corelib/global/qglobal.h
+++ b/src/corelib/global/qglobal.h
@@ -51,6 +51,8 @@
# include <stddef.h>
#endif
+#define DESKTOP_APP_QT_PATCHED
+
/*
QT_VERSION is (major << 16) + (minor << 8) + patch.
*/