Qt quick not supported
-
Hi,
I installed Qt 5.15.13 software.
And I can't open an application in Qt quick.
It shows that there are no platforms that support it.
I tried to update the software and then an option of Qt quick(compat) appeared to me, what does that mean and is there a way for the normal Qt quick to work?
Thanks! -
@MichalF said in Qt quick not supported:
It shows that there are no platforms that support it.
This could be due to a missing compiler maybe? Check in preferences -> Kits if there are no warnings or errors. QtQuick gets installed by default so it should just work.
-
@MichalF said in Qt quick not supported:
@MichalF said in Qt quick not supported:
below
I'm using VPE430 kit.
Seems to be configured fine. But the button "Choose" still works right? Maybe it's just a bug in the dialog but you can still proceed and create a project.
-
I can continue the process but at the stage of choosing the build system it does not give me the option to choose qmake.
And even at the stage of choosing the kit it does not give me options, it shows that it is not supported....
As in the pictures below:
-
Hi,
qmake is not available anymore for Qt Quick projects as an option since Qt Creator 10 (see this post for more details).
Basically, the latest features of Qt Quick in Qt 6 are not supported by qmake hence the removal of that option.