QTCreator Error
-
So I have created a project then run
clickable ide qtcreator
and I am getting an error that in the ide that the project could not be loadederror: No "" CMake configuration found. Available configuration: "Release". Make sure that CMAKE_BUILD_TYPE variable matches the "Build type" field.
-
@ublurk said in QTCreator Error:
So I have created a project then run
clickable ide qtcreator
and I am getting an error that in the ide that the project could not be loadederror: No "" CMake configuration found. Available configuration: "Release". Make sure that CMAKE_BUILD_TYPE variable matches the "Build type" field.
Did you launched qtcreator in the project folder ? is it a clickable project ?
-
@lduboeuf it a clickable project and it is launched from the project folder.
-
@ublurk said in QTCreator Error:
@lduboeuf it a clickable project and it is launched from the project folder.
ok, i see, it fails to recognize the project configuration. You sometimes need to re-run cmake or re-scan the project. Did you answer "Y" to the "Do you want Clickable to setup a QtCreator project for you? [Y/n]: Y" What kind of project it is , QML or cpp ?
I've just tried with a "fresh" QML project, and it works the first time. ( clickable 8.0.1 )
But sometimes you need to tune the project, especially if you ranclickable desktop
before on the project. In that case aclickable clean
should do the trick.Or see Build configuration. Eg. toggle the "initial configuration" then click on "re-configure with initial Parameters"
-