Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #834: qt, build: remove unneeded
Q_IMPORT_PLUGIN
macro calls
7346b01 qt, build: remove unneeded `Q_IMPORT_PLUGIN` macro calls (Sebastian Falbesoner) Pull request description: After the recent full removal of Autotools (PR [#30664](bitcoin/bitcoin#30664)), these macros are not needed anymore in the .cpp files according to the TODO in qt's CMakeLists.txt. Tested building on OpenBSD 7.5, where the XCB plugin was still imported according to the debug log: ``` 2024-09-02T21:13:27Z Bitcoin Core version v28.99.0-7346b0109208 (release build) 2024-09-02T21:13:27Z Qt 5.15.12 (dynamic), plugin=xcb 2024-09-02T21:13:27Z No static plugins. 2024-09-02T21:13:27Z Style: fusion / QFusionStyle 2024-09-02T21:13:27Z System: OpenBSD 7.5, x86_64-little_endian-lp64 ``` ACKs for top commit: hebasto: ACK 7346b01. Tree-SHA512: ffa033fc6e0412a99d2c167044cc7af89512a731172d6911db71434f5353e811802c268d853a76d3732e9da954444cf6c39a852aeb25938c435826e117a16fca
- Loading branch information