Hi,
have You ever tried to import classic c++/make project into QtCreator ?
Lets say I wanted to use in my gui project some library that needs to be build. How can I do this ?
Thx.
Hi,
have You ever tried to import classic c++/make project into QtCreator ?
Lets say I wanted to use in my gui project some library that needs to be build. How can I do this ?
Thx.
In Qt Creator 2.0.1 you can only import projects using: *.cmake, *.creator, *.pro or *.qmlproject.
So convert to cmake and you can import the project into Qt Creator (Welcome tab -> Open Project...).
Alex