qt
qt copied to clipboard
What about qt5.15?
Hey there,
I was thinking about using this bindings for a project.
However, I would like to use qt5.15 as it is a LTS version.
I saw in a few of the issues that the author of this binding has added support for qt5.15 but I was not able to enable or run it on a qml
based project (all imports of qt5.15 would fail).
So has anyone managed to get this binding working with qt5.15 ?
Also I feel like this binding is dying. Does it need new contributors ?
Thanks for the help 😄
I just set up a project using qt 5.15 and it worked fine. There were some issues around paths for QMake and the like but they can be worked around by setting up the right env variables.
also, note I installed QT separately from what the project downloads. Then pointed to the correct qt distro by setting QT_DIR and QT_VERSION. I also tried with 6.0.2 and that did not seem to work.
import QtQuick 2.15 not work how to work?