diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-03-01 17:43:10 +0000 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-08-01 14:01:07 +0100 |
commit | b3d3ae0680e7529853413de045aa9fbd7ac51e5c (patch) | |
tree | 2e08a740243467c450ea88adf925da3c650af148 /build_msvc/bitcoin_config.h.in | |
parent | ebd82fa9fae13d5a7a395800295dd7fd34185b58 (diff) |
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.
Diffstat (limited to 'build_msvc/bitcoin_config.h.in')
-rw-r--r-- | build_msvc/bitcoin_config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build_msvc/bitcoin_config.h.in b/build_msvc/bitcoin_config.h.in index 2d6df92286..33632ad17c 100644 --- a/build_msvc/bitcoin_config.h.in +++ b/build_msvc/bitcoin_config.h.in @@ -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 |