mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-16 14:15:57 -06:00
[GH-ISSUE #126] Exception version Qt_5 not defined in file libQt5Qml.so.5 #73
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#73
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 @TheSuunny on GitHub (Apr 22, 2019).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/126
Hi, I cleaned folder .nuget yesterday, and now I’m catching an exception, although everything worked before that, what could be the problem? All these files are in the folder, and qt5-base is also installed.
OS: Arch Linux
@pauldotknopf commented on GitHub (Apr 22, 2019):
Try adding
RuntimeManager.DiscoverOrDownloadSuitableQtRuntime();in yourProgram.Main().@TheSuunny commented on GitHub (Apr 22, 2019):
Oh, yes, thank you very much for your work :)
@pauldotknopf commented on GitHub (Apr 22, 2019):
You are very welcome ;)
@pauldotknopf commented on GitHub (Apr 22, 2019):
What are you building? A Discord client?
@TheSuunny commented on GitHub (Apr 22, 2019):
No, there are already a lot of good libraries for a discord on .net, I make for myself all sorts of small utilities :)