mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-16 14:15:57 -06:00
[GH-ISSUE #145] Add support for Qt 5.13 #89
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#89
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
SplitViewin Qt Quick 2 again - a really handy component!@Blquinn commented on GitHub (Dec 18, 2019):
Any news on this? Related issue would be to document the currently supported version(s) of qt.
@Leonard777 commented on GitHub (Jul 14, 2020):
@pauldotknopf do you specify which versions of Qt are supported currently?
@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
@vadi2 commented on GitHub (May 2, 2021):
Jotting down some notes in case it's helpful for anyone else -
./build.sh --platform <platform>from https://github.com/qmlnet/qt-runtimesqt-<version>-<platform>-runtime.tar.gzversion.txtinside to beqt-5.15.1-7fc8b10- this is hardcoded in qmlnet itself, not clear yet how to do that properRuntimeManager.ConfigureRuntimeDirectory()to the same folder whereversion.txtis@RokeJulianLockhart commented on GitHub (Jun 12, 2022):
Does "http://github.com/qmlnet/qmlnet/issues/230" supersede this?