Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Qt 5.13 #145

Open
vadi2 opened this issue Jun 20, 2019 · 5 comments
Open

Add support for Qt 5.13 #145

vadi2 opened this issue Jun 20, 2019 · 5 comments

Comments

@vadi2
Copy link
Contributor

vadi2 commented Jun 20, 2019

Qt 5.13 is out and supports SplitView in Qt Quick 2 again - a really handy component!

@Blquinn
Copy link

Blquinn commented Dec 18, 2019

Any news on this? Related issue would be to document the currently supported version(s) of qt.

@Leonard777
Copy link

@pauldotknopf do you specify which versions of Qt are supported currently?

@pauldotknopf
Copy link
Member

We support 5.10 and up. Using the pre-compiled runtime, we only support 5.12, but when compiling yourself, 5.13+ should work as well.

See here: https://github.com/qmlnet/qt-runtimes

@vadi2
Copy link
Contributor Author

vadi2 commented May 2, 2021

Jotting down some notes in case it's helpful for anyone else -

  1. build runtime with ./build.sh --platform <platform> from https://github.com/qmlnet/qt-runtimes
  2. extract the qt-<version>-<platform>-runtime.tar.gz
  3. edit the version.txt inside to be qt-5.15.1-7fc8b10 - this is hardcoded in qmlnet itself, not clear yet how to do that proper
  4. point RuntimeManager.ConfigureRuntimeDirectory() to the same folder where version.txt is

@RokeJulianLockhart
Copy link

Does "http://github.com/qmlnet/qmlnet/issues/230" supersede this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants