Having the low-end system ODROID-HC1:
0$ uname -srm
1Linux 4.14.173-173 armv7l
2$ lsb_release -ds
3Ubuntu 18.04.4 LTS
4$ /usr/bin/make --version | head -2
5GNU Make 4.1
6Built for arm-unknown-linux-gnueabihf
Trying to build depends:
0$ make -C depends
1...
2Configure summary:
3
4Build type: linux-g++ (arm, CPU features: <none>)
5Configuration: enable_new_dtags largefile precompile_header silent release c++11 dbus no-qml-debug reduce_exports release_tools static stl
6Build options:
7 Mode ................................... release; optimized tools
8 Optimize release build for size ........ no
9 Building shared libraries .............. no
10 Using C++ standard ..................... C++11
11 Using ccache ........................... no
12 Using gold linker ...................... no
13 Using new DTAGS ........................ yes
14 Using precompiled headers .............. yes
15 Using LTCG ............................. no
16 Target compiler supports:
17 NEON ................................. no
18 Build parts ............................ libs tools
19Qt modules and options:
20 Qt Concurrent .......................... no
21 Qt D-Bus ............................... yes
22 Qt D-Bus directly linked to libdbus .... no
23 Qt Gui ................................. yes
24 Qt Network ............................. yes
25 Qt Sql ................................. no
26 Qt Testlib ............................. yes
27 Qt Widgets ............................. yes
28 Qt Xml ................................. no
29Support enabled for:
30 Using pkg-config ....................... yes
31 QML debugging .......................... no
32 udev ................................... no
33 Using system zlib ...................... yes
34Qt Core:
35 DoubleConversion ....................... yes
36 Using system DoubleConversion ........ no
37 GLib ................................... no
38 iconv .................................. no
39 ICU .................................... no
40 Logging backends:
41 journald ............................. no
42 syslog ............................... no
43 slog2 ................................ no
44 Using system PCRE2 ..................... no
45Qt Network:
46 getaddrinfo() .......................... yes
47 getifaddrs() ........................... yes
48 IPv6 ifname ............................ yes
49 libproxy ............................... no
50 OpenSSL ................................ yes
51 Qt directly linked to OpenSSL ........ yes
52 SCTP ................................... no
53 Use system proxies ..................... yes
54Qt Gui:
55 Accessibility .......................... yes
56 FreeType ............................... yes
57 Using system FreeType ................ yes
58 HarfBuzz ............................... yes
59 Using system HarfBuzz ................ no
60 Fontconfig ............................. yes
61 Image formats:
62 GIF .................................. no
63 ICO .................................. no
64 JPEG ................................. no
65 Using system libjpeg ............... no
66 PNG .................................. yes
67 Using system libpng ................ no
68 EGL .................................... no
69 OpenVG ................................. no
70 OpenGL:
71 Desktop OpenGL ....................... no
72 OpenGL ES 2.0 ........................ no
73 OpenGL ES 3.0 ........................ no
74 OpenGL ES 3.1 ........................ no
75 Session Management ..................... no
76Features used by QPA backends:
77 evdev .................................. yes
78 libinput ............................... no
79 INTEGRITY HID .......................... no
80 mtdev .................................. no
81 tslib .................................. no
82 xkbcommon-evdev ........................ no
83QPA backends:
84 DirectFB ............................... no
85 EGLFS .................................. no
86 LinuxFB ................................ no
87 VNC .................................... no
88 Mir client ............................. no
89 X11:
90 Using system-provided XCB libraries .. no
91 EGL on X11 ........................... no
92 Xinput2 .............................. no
93 XCB XKB .............................. yes
94 XLib ................................. no
95 XCB render ........................... yes
96 XCB GLX .............................. no
97 XCB Xlib ............................. no
98 Using system-provided xkbcommon ...... no
99Qt Widgets:
100 GTK+ ................................... no
101 Styles ................................. Fusion Windows
102Qt PrintSupport:
103 CUPS ................................... no
104Qt Sql:
105 DB2 (IBM) .............................. no
106 InterBase .............................. no
107 MySql .................................. no
108 OCI (Oracle) ........................... no
109 ODBC ................................... no
110 PostgreSQL ............................. no
111 SQLite2 ................................ no
112 SQLite ................................. no
113 Using system provided SQLite ......... no
114 TDS (Sybase) ........................... no
115...
116Project ERROR: Unknown module(s) in QT: xml
117funcs.mk:251: recipe for target '/home/hebasto/bitcoin/depends/work/build/armv7l-unknown-linux-gnueabihf/qt/5.9.8-32c67940323/qtbase/.stamp_configured' failed
With NO_QT=1
depends are built successfully.