Delete your project's .user file and reload the project. Qt Creator should then work fine.
Qt Creator creates a "clean" target for all projects. "cmake --target clean" should be the manual command in case you really need it. Cheers, Cristian. On Mar 27, 2016 18:10, "Nikos Chantziaras" <[email protected]> wrote: > With cmake projects, the "clean" or "rebuild" functions in the build menu > don't do anything. > > I assume this is not normal. Is there a proper way to fix that? Currently, > I just replaced the default command "cmake --build" with "make clean". For > some reason, cmake doesn't have a "--clean" option? > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/qt-creator >
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
