qt creator - Use qtcreator with makefile project -


i have makefile project. know in eclipse cdt possible load makefile project.

is possibile load in qtcreator?

as greenflow mentioned, qt creator can import existing project doesn't depend on existence of makefile. need import of existing project specify high-level folder in sources of project located (including sources in subdirectories) , set name project - name qt creator use display name. qt creator asks files should included project again, display of sources in project tree, not build. qt creator uses make tool in specified build directory default build project can override setting. example, in company work have custom build system , custom build tool. when import project qt creator, specify directory sources, set name, specify build directory, override default make build tool our custom one, add include paths file .includes, if necessary, specify macros in file .config , develop things, that's it.

you can see more detailed information import existing project feature of qt creator here.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -