开发者

qmake run external script and link

开发者 https://www.devze.com 2023-03-07 10:15 出处:网络
How to make qmake to run external script(which prod开发者_如何学编程uces object files) and then executing linking commands without trying to run the compiler to create object files.Search for QMAKE_EX

How to make qmake to run external script(which prod开发者_如何学编程uces object files) and then executing linking commands without trying to run the compiler to create object files.


Search for QMAKE_EXTRA_COMPILERS on stackoverflow or with your preferred web search engine. Or use $$system(your_script) and include the object files in the LIBS variable.

0

精彩评论

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