qt - Get a .pro file from a Makefile -


i have project generates makefile using custom script. import project qt creator in way can add new files , compile them automatically (without manually editing makefile every time).

to simplify, need .pro file create available makefile. there smarter way manually check dependencies each source file , add them .pro file?

qmake -project 

should create project file. use "add new file..." qt creator maintain .pro file automatically.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -