Commit 6bf4854 1 parent 75a1016 commit 6bf4854 Copy full SHA for 6bf4854
File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ if ENABLE_ZMQ
58
58
qt_test_test_dash_qt_LDADD += $(LIBBITCOIN_ZMQ) $(ZMQ_LIBS)
59
59
endif
60
60
qt_test_test_dash_qt_LDADD += $(LIBBITCOIN_CLI) $(LIBBITCOIN_COMMON) $(LIBBITCOIN_UTIL) $(LIBBITCOIN_CONSENSUS) $(LIBBITCOIN_CRYPTO) $(LIBDASHBLS) $(LIBUNIVALUE) $(LIBLEVELDB) \
61
- $(LIBLEVELDB_SSE42) $(LIBMEMENV) $(BACKTRACE_LIB) $(QT_DBUS_LIBS ) $(QT_TEST_LIBS ) $(QT_LIBS ) \
61
+ $(LIBLEVELDB_SSE42) $(LIBMEMENV) $(BACKTRACE_LIB) $(QT_LIBS ) $(QT_DBUS_LIBS ) $(QT_TEST_LIBS ) \
62
62
$(QR_LIBS) $(BDB_LIBS) $(MINIUPNPC_LIBS) $(NATPMP_LIBS) $(SQLITE_LIBS) $(LIBSECP256K1) \
63
63
$(EVENT_PTHREADS_LIBS) $(EVENT_LIBS) $(GMP_LIBS)
64
64
qt_test_test_dash_qt_LDFLAGS = $(LDFLAGS_WRAP_EXCEPTIONS) $(RELDFLAGS) $(AM_LDFLAGS) $(QT_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) $(PTHREAD_FLAGS)
Original file line number Diff line number Diff line change @@ -68,6 +68,8 @@ Q_IMPORT_PLUGIN(QWindowsVistaStylePlugin);
68
68
#elif defined(QT_QPA_PLATFORM_COCOA)
69
69
Q_IMPORT_PLUGIN (QCocoaIntegrationPlugin);
70
70
Q_IMPORT_PLUGIN (QMacStylePlugin);
71
+ #elif defined(QT_QPA_PLATFORM_ANDROID)
72
+ Q_IMPORT_PLUGIN (QAndroidPlatformIntegrationPlugin)
71
73
#endif
72
74
#endif
73
75
Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ Q_IMPORT_PLUGIN(QXcbIntegrationPlugin);
39
39
Q_IMPORT_PLUGIN (QWindowsIntegrationPlugin);
40
40
#elif defined(QT_QPA_PLATFORM_COCOA)
41
41
Q_IMPORT_PLUGIN (QCocoaIntegrationPlugin);
42
+ #elif defined(QT_QPA_PLATFORM_ANDROID)
43
+ Q_IMPORT_PLUGIN (QAndroidPlatformIntegrationPlugin)
42
44
#endif
43
45
#endif
44
46
You can’t perform that action at this time.
0 commit comments