I need to be able to read information about project lines in the Qt project which is building by MinGW. How can I do it? Where I should include - /MAPINFO:LINES , to get output file with information about lines numbers?

有帮助吗?

解决方案

Try to use __LINE__. Example:

qDebug()<<__LINE__<<"hi"; 
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top