File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ if ENABLE_ZMQ
52
52
qt_test_test_bitcoin_qt_LDADD += $(LIBBITCOIN_ZMQ) $(ZMQ_LIBS)
53
53
endif
54
54
qt_test_test_bitcoin_qt_LDADD += $(LIBBITCOIN_CLI) $(LIBBITCOIN_COMMON) $(LIBBITCOIN_UTIL) $(LIBBITCOIN_CONSENSUS) $(LIBBITCOIN_CRYPTO) $(LIBUNIVALUE) $(LIBLEVELDB) \
55
- $(LIBLEVELDB_SSE42) $(LIBMEMENV) $(BOOST_LIBS) $(QT_DBUS_LIBS ) $(QT_TEST_LIBS ) $(QT_LIBS ) \
55
+ $(LIBLEVELDB_SSE42) $(LIBMEMENV) $(BOOST_LIBS) $(QT_LIBS ) $(QT_DBUS_LIBS ) $(QT_TEST_LIBS ) \
56
56
$(QR_LIBS) $(BDB_LIBS) $(MINIUPNPC_LIBS) $(NATPMP_LIBS) $(LIBSECP256K1) \
57
57
$(EVENT_PTHREADS_LIBS) $(EVENT_LIBS) $(SQLITE_LIBS)
58
58
qt_test_test_bitcoin_qt_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(QT_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) $(PTHREAD_FLAGS)
Original file line number Diff line number Diff line change @@ -65,6 +65,8 @@ Q_IMPORT_PLUGIN(QWindowsVistaStylePlugin);
65
65
#elif defined(QT_QPA_PLATFORM_COCOA)
66
66
Q_IMPORT_PLUGIN (QCocoaIntegrationPlugin);
67
67
Q_IMPORT_PLUGIN (QMacStylePlugin);
68
+ #elif defined(QT_QPA_PLATFORM_ANDROID)
69
+ Q_IMPORT_PLUGIN (QAndroidPlatformIntegrationPlugin)
68
70
#endif
69
71
#endif
70
72
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ Q_IMPORT_PLUGIN(QXcbIntegrationPlugin);
34
34
Q_IMPORT_PLUGIN (QWindowsIntegrationPlugin);
35
35
#elif defined(QT_QPA_PLATFORM_COCOA)
36
36
Q_IMPORT_PLUGIN (QCocoaIntegrationPlugin);
37
+ #elif defined(QT_QPA_PLATFORM_ANDROID)
38
+ Q_IMPORT_PLUGIN (QAndroidPlatformIntegrationPlugin)
37
39
#endif
38
40
#endif
39
41
You can’t perform that action at this time.
0 commit comments