1
0
mirror of https://github.com/danog/patches.git synced 2024-11-26 11:54:51 +01:00
patches/qtbase_5_12_8/0001-qt-patched-define.patch
Ilya Fedin 2b9afa7592 Separate patches
Backport support for opening directories with xdg desktop portals

Backport fix for ibus on wayland
2020-06-02 22:21:04 +04:00

14 lines
328 B
Diff

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.
*/