Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #295: cmake: Temporarily revert removal of
Q_IMPORT_PLUGIN
ma…
…cros 078294d fixup! cmake: Build `bitcoin-qt` executable (Hennadii Stepanov) 13167e6 Revert "qt: Drop `Q_IMPORT_PLUGIN` macros" (Hennadii Stepanov) Pull request description: This PR aims to restore [compatibility](bitcoin#30454 (comment)) of the CMake staging branch and bitcoin#30454 with the Autotools-based build system. On the staging branch @ f63b200: ``` $ make -C depends $ ./autogen.sh $ ./configure CONFIG_SITE=$PWD/depends/x86_64-pc-linux-gnu/share/config.site $ make -C src qt/bitcoin-qt $ ./src/qt/bitcoin-qt qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in "" This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. Aborted (core dumped) ``` This PR resolves this issue and adds a TODO comment for the further actions. ACKs for top commit: m3dwards: ACK 078294d pablomartin4btc: tACK 078294d Tree-SHA512: bd9440a4ea9fbce5a017abd14e9867d201b3270ddff7b061334f02acb6ed06bbe99ffacf567a3d837a13e1eec22a70e14b2201d87c1e25c9b8a5135d57a57097
- Loading branch information