mirror of
https://github.com/danog/patches.git
synced 2024-11-26 11:54:51 +01:00
2b9afa7592
Backport support for opening directories with xdg desktop portals Backport fix for ibus on wayland
14 lines
328 B
Diff
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.
|
|
*/
|