qt icon indicating copy to clipboard operation
qt copied to clipboard

What about qt5.15?

Open oz117 opened this issue 3 years ago • 2 comments

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 😄

oz117 avatar Mar 23 '21 10:03 oz117

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.

droidkfx avatar Mar 31 '21 02:03 droidkfx

import QtQuick 2.15 not work how to work?

Hgouye avatar Aug 09 '21 06:08 Hgouye