17 lines
516 B
Plaintext
17 lines
516 B
Plaintext
https://github.com/darkmattercoder/qt-build
|
|
https://github.com/miurahr/aqtinstall
|
|
---
|
|
echo 'override MXE_PLUGIN_DIRS += plugins/gcc7' >> settings.mk
|
|
---
|
|
qt5
|
|
qtbase qtcharts qtdeclarative qtquickcontrols qtquickcontrols2
|
|
---
|
|
https://github.com/qt/qtbase/blob/dev/src/network/kernel/qurltlds_p.h
|
|
---
|
|
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"
|
|
---
|
|
docker run --rm -it fffaraz/qt:mxe
|
|
docker run --rm -it fffaraz/qt:win64s
|
|
---
|