feat: MACOS_NE systray menu support

This commit is contained in:
Yaroslav Yashin 2025-05-27 19:33:05 +03:00
parent 4fcf3c13dd
commit 9b89237f54
7 changed files with 31 additions and 18 deletions

View file

@ -11,7 +11,7 @@
#include "Windows.h"
#endif
#if defined(Q_OS_IOS) || defined(MACOS_NE)
#if defined(Q_OS_IOS)
#include "platforms/ios/QtAppDelegate-C-Interface.h"
#endif