qt creator - QtCreator importing makefile projects -


Have you ever tried importing Classic C ++ / project into Qt Creator?

Say that I wanted to use some libraries in my GUI project, which must be created. how can I do this?

In Qt Creator 2.0.1 you can import projects using only * * Cmake, * .creator, * .pro or * .qmlproject

Then switch to cmake and you can import the project into Qt builder (Welcome tab -> Open project ...).

Alex


Comments