开发者

how can i create visual studio solution file from nested Qt project using qmake

开发者 https://www.devze.com 2023-03-07 04:30 出处:网络
开发者_JAVA技巧when i have nested Qt project with many *.pro files under the root project i run script ( perl script ) that run recursively with the command

开发者_JAVA技巧when i have nested Qt project with many *.pro files under the root project i run script ( perl script ) that run recursively with the command

qmake -tp vc *.pro

but is there better way to do it just with qmake alone without scripts ?


I am sure

qmake -r -tp vc mainprojectfile.pro

should do the trick. See the great and extensive documentation. It's all there.

0

精彩评论

暂无评论...
验证码 换一张
取 消