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

c# - HttpResponseMessage System.InvalidOperationException -

sql - Postgresql error: "failed to find conversion function from unknown to text" -