[Moved] import f.ex. flightgear project into qtcreator
-
By formulating your question so that we can understand it!
-
mike4, can you elaborate? What do you mean by import?
Opening it? Then you just need to go to File->Open Project or File.
Adding it as subproject to your project? Just copy it near your sources and modify your .pro-file (or add new one with SUBDIRS). -
If you simply need to add all files to your project then you can use Add Existing Files option in created project.
If you need to import makefile too then afaik New Project->Other Project->Import Existing Project will help you. -
Probably in makefile-based projects (never used them in QtCreator) you need to set executable to run in project settings.
-
mike4, not sure, never used it.
P.S. moved to tools, btw
-
Have you checked the "documentation":http://doc.qt.nokia.com/qtcreator-2.2/creator-project-generic.html?
Is there something in it that is not clear? How can we improve it?