Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

QtCreator importing makefile projects

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 ?

like image 519
Sebastian Dusza Avatar asked Sep 25 '10 16:09

Sebastian Dusza


2 Answers

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

like image 168
Alex Avatar answered Oct 31 '22 16:10

Alex


Just for anyone who comes by here... it nowadays is easily possible, to open an existing project in QtCreator, see: another SO thread

like image 33
kay Avatar answered Oct 31 '22 14:10

kay