-
Notifications
You must be signed in to change notification settings - Fork 0
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
Does not start #1
Comments
Hi there, I wanted to let you know that I received your message about this issue. I have tagged my colleague who we worked on this project together, and we will check it out to see what the issue might be. Thank you for letting us know about it. Best regards, |
It looks like there is an issue with loading a QML component in your application. The error message "Library import requires a version" suggests that there may be a problem with the version of the QML library being used in your application. One possible cause of this error is if the version of the QML library specified in the import statement in your QML code does not match the version of the library that is installed on your system. You can check the version of the QML library that your application is using by checking the import statement in your QML code. You can then check the version of the QML library that is installed on your system to see if there is a mismatch. If the versions of the QML library match, there could be other issues that are causing this error to occur. It might be helpful to check the QML logs or to run your application in a debugger to get more information about the cause of the error. |
Hello, It seems you are not using Qt version 6. https://doc.qt.io/qt-6/qtqml-syntax-imports.html In the Requirements section, we mentioned that at least Qt6 version is required. |
Hi @atolstoy, I wanted to thank Kambiz for their clarification and explanation of the issue you were experiencing. Please let me know if the solution provided helped to fix the problem, and don't hesitate to reach out if you need any further assistance. Best wishes, |
Okay, let's make it clear: I just followed the installation steps provided in the readme.md. Namely, they are:
The program does seem to compile without errors. BTW, in my system I have both Qt5 and Qt6 development packages installed:
and so I assume that your application can properly get built against Qt6. It seem like it fails to do so:
So, the question is, how to tell cmake to compile Bacon-Ipsum explicitly against Qt6? |
Hello, |
Well, you need to set variable As a developer, it is better run the program through the QtCreator environment. |
I got it working by passing the following option: But thanks for the assistance anyway)) |
Thank you for your reports. I made some changes to the project cmake settings and I hope it solves your problem about Please get changes from repo and try again. |
When I try to run the compiled binary I get this:
Any ideas?
The text was updated successfully, but these errors were encountered: