Thanks for sharing this useful script.
It is working well for me in my project on macOS and Windows platforms. However when I came to build on Ubuntu 18.04 I get loads of 'undefined reference' errors at link time.
I have created a reproducible example at: https://github.com/TobyEalden/QQuickStaticHelloWorld/tree/ubuntu-issues, simply by adding import QtQuick.Controls 2.5 to main.qml.
I'm running with a static build of 5.15.2, but the same was happening on 5.14.2.
Any ideas much appreciated!
Thanks for sharing this useful script.
It is working well for me in my project on macOS and Windows platforms. However when I came to build on Ubuntu 18.04 I get loads of 'undefined reference' errors at link time.
I have created a reproducible example at: https://github.com/TobyEalden/QQuickStaticHelloWorld/tree/ubuntu-issues, simply by adding
import QtQuick.Controls 2.5to main.qml.I'm running with a static build of 5.15.2, but the same was happening on 5.14.2.
Any ideas much appreciated!