[GH-ISSUE #145] Add support for Qt 5.13 #89

Open
opened 2026-05-05 11:04:06 -06:00 by gitea-mirror · 5 comments
Owner

Originally created by @vadi2 on GitHub (Jun 20, 2019).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/145

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

Originally created by @vadi2 on GitHub (Jun 20, 2019). Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/145 [Qt 5.13](https://www.qt.io/qt5-13) is out and supports `SplitView` in Qt Quick 2 again - a really handy component!
Author
Owner

@Blquinn commented on GitHub (Dec 18, 2019):

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

<!-- gh-comment-id:566858250 --> @Blquinn commented on GitHub (Dec 18, 2019): Any news on this? Related issue would be to document the currently supported version(s) of qt.
Author
Owner

@Leonard777 commented on GitHub (Jul 14, 2020):

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

<!-- gh-comment-id:658261161 --> @Leonard777 commented on GitHub (Jul 14, 2020): @pauldotknopf do you specify which versions of Qt are supported currently?
Author
Owner

@pauldotknopf commented on GitHub (Jul 14, 2020):

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

<!-- gh-comment-id:658263048 --> @pauldotknopf commented on GitHub (Jul 14, 2020): 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
Author
Owner

@vadi2 commented on GitHub (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
<!-- gh-comment-id:830757819 --> @vadi2 commented on GitHub (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
Author
Owner

@RokeJulianLockhart commented on GitHub (Jun 12, 2022):

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

<!-- gh-comment-id:1153317748 --> @RokeJulianLockhart commented on GitHub (Jun 12, 2022): Does "http://github.com/qmlnet/qmlnet/issues/230" supersede this?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/qmlnet#89
No description provided.