aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoin.cpp
diff options
context:
space:
mode:
authorIgor Cota <igor@foundationdevices.com>2021-12-12 08:15:06 +0100
committerIgor Cota <igor@foundationdevices.com>2021-12-13 19:24:33 +0100
commit6fc5c772d47cca01968c451f070f997c9f7641e0 (patch)
tree7e83904418722e257997fe2bb7772cc9268b3ac6 /src/qt/bitcoin.cpp
parenteb63b8fab91c3aec46ef4ae66e6241ed5de49bbd (diff)
downloadbitcoin-6fc5c772d47cca01968c451f070f997c9f7641e0.tar.xz
build, qt: use static QAndroidPlatformIntegrationPlugin
Diffstat (limited to 'src/qt/bitcoin.cpp')
-rw-r--r--src/qt/bitcoin.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp
index 922aac531f..d22111ce44 100644
--- a/src/qt/bitcoin.cpp
+++ b/src/qt/bitcoin.cpp
@@ -65,6 +65,8 @@ Q_IMPORT_PLUGIN(QWindowsVistaStylePlugin);
#elif defined(QT_QPA_PLATFORM_COCOA)
Q_IMPORT_PLUGIN(QCocoaIntegrationPlugin);
Q_IMPORT_PLUGIN(QMacStylePlugin);
+#elif defined(QT_QPA_PLATFORM_ANDROID)
+Q_IMPORT_PLUGIN(QAndroidPlatformIntegrationPlugin)
#endif
#endif