Have you ever tried to import a classic C ++ / make project into QtCreator?
Suppose I wanted to use some library in my gui project that needs to be built. How can i do this?
In Qt Creator 2.0.1, you can import projects only with: * .cmake, * .creator, * .pro or * .qmlproject.
So, convert to cmake, and you can import the project into Qt Creator (tab Welcome β Open Project ...).
Alex
Just for those who come here ... now itβs easy to open an existing project in QtCreator, see: another SO thread