2020-03-24 22:32:27 -04:00
|
|
|
https://github.com/darkmattercoder/qt-build
|
2020-06-21 13:23:02 -04:00
|
|
|
---
|
2020-06-05 00:29:34 -04:00
|
|
|
echo 'override MXE_PLUGIN_DIRS += plugins/gcc7' >> settings.mk
|
2020-06-21 13:23:02 -04:00
|
|
|
---
|
2020-06-06 16:50:44 -04:00
|
|
|
qt5
|
2020-06-05 00:29:34 -04:00
|
|
|
qtbase qtcharts qtdeclarative qtquickcontrols qtquickcontrols2
|
2020-06-21 13:23:02 -04:00
|
|
|
---
|
|
|
|
|
https://github.com/qt/qtbase/blob/dev/src/network/kernel/qurltlds_p.h
|
|
|
|
|
---
|
2020-10-04 00:20:14 -04:00
|
|
|
ln -s /opt/mxe/usr/bin/x86_64-w64-mingw32.static-cmake /usr/bin/cmake
|
|
|
|
|
ENV CMAKE_PREFIX_PATH="/opt/mxe/usr/x86_64-w64-mingw32.static/qt5"
|
|
|
|
|
---
|