Files
docker-qt/notes.txt

10 lines
260 B
Plaintext
Raw Normal View History

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
---