We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey,
i tried to get the minimalqmake exmaple running. Build shows no problems, when i press the start button i get the following message:
QQmlApplicationEngine failed to load component qrc:/main.qml:5:1: module "Fluid.Controls" is not installed
If i open the main.qml file from the example, the import path is found but Qt Creator shows me the messeage on line 7:
FluidControls.ApplicationWindow { -> Prototype Cycle, the last non repeated element error (M303)
With googlin i don't get a solution or can't find anything useful. I also tried with cmake, with no success. Did i miss something?
Environment
Thanks for your work
The text was updated successfully, but these errors were encountered:
qmake is not going to be supported anymore for Fluid 2
Sorry, something went wrong.
No branches or pull requests
Hey,
i tried to get the minimalqmake exmaple running.
Build shows no problems, when i press the start button i get the following message:
If i open the main.qml file from the example, the import path is found but Qt Creator shows me the messeage on line 7:
FluidControls.ApplicationWindow { -> Prototype Cycle, the last non repeated element error (M303)
With googlin i don't get a solution or can't find anything useful. I also tried with cmake, with no success.
Did i miss something?
Environment
Thanks for your work
The text was updated successfully, but these errors were encountered: