
Qt is explicitly relocatable as of 5.14 (this is good news, as it is what we
would want/need for a bundled Qt)
https://www.qt.io/blog/qt-is-relocatable

Potentially useful example of Qt related building with Github actions:
https://www.qt.io/blog/building-qt-creator-plugins-with-github-actions

Qt will be moving to CMake as its internal build system in Qt 6:
https://www.qt.io/blog/versionless-cmake-targets-qt-5.15

