views:

28

answers:

1

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.

+1  A: 

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

Alex
Thank you. Its nice that people answer to old topics :).
Seba