Importing project with various files
-
I am trying to import a makefile project in order to use qt creator as a text editor without intending to compile or debug the code, the problem is - when I actually import the project qtcreator only "see's" cpp and .h files, its not possible to open the makefile or perl files which the project also consists of. Is it possible to somehow force it to show all the .pm, .pl, makefile etc. files ?
-
In qmake, the answer is simple: just add those files to OTHER_FILES variable. For plain Makefiles, I do not know whether it is possible.