Files
docker-qt/notes.txt

17 lines
516 B
Plaintext
Raw Normal View History

2020-03-24 22:32:27 -04:00
https://github.com/darkmattercoder/qt-build
2022-03-12 14:34:19 -05:00
https://github.com/miurahr/aqtinstall
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"
---
2022-04-24 16:34:14 -04:00
docker run --rm -it fffaraz/qt:mxe
2022-04-24 16:37:29 -04:00
docker run --rm -it fffaraz/qt:win64s
2022-04-24 16:34:14 -04:00
---