qt, build: Drop QT_STATICPLUGIN macro

Our `QT_STATICPLUGIN` macro is effectively equivalent to the Qt's
`QT_STATIC` macro. No need to handle both of them.
This commit is contained in:
Hennadii Stepanov
2024-03-01 17:43:10 +00:00
parent ebd82fa9fa
commit b3d3ae0680
5 changed files with 3 additions and 14 deletions

View File

@@ -73,9 +73,6 @@
/* Define this symbol if the qt platform is windows */
#define QT_QPA_PLATFORM_WINDOWS 1
/* Define this symbol if qt plugins are static */
#define QT_STATICPLUGIN 1
/* Windows Universal Platform constraints */
#if !defined(WINAPI_FAMILY) || (WINAPI_FAMILY == WINAPI_FAMILY_DESKTOP_APP)
/* Either a desktop application without API restrictions, or and older system