使用 qmake 生成包含 FLTK Fluid 文件的 makefile?
我想知道是否有人知道如何 使用 qmake 生成一个程序 FLTK 流体锉刀 ?
我有 foo.fl 生成 fl.cxx 和 fl.hxx 并进行编译。 我不知道如何或是否有可能让 qmake 执行此预处理步骤 以及将源添加到需要编译的列表中。
我希望有人能提出建议。
谢谢, 丹尼
I was wondering if anyone might have an idea how
to use qmake to generate a program that has
FLTK fluid files ?
I have foo.fl that generate fl.cxx and fl.hxx which get compiled.
I don't know how or if it is even possible to get qmake to do this pre-processing step
as well as add the sources to the list that needs to be compiled.
I was hoping someone might have a suggestion.
Thanks,
Danny
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您想使用 qmake 变量
QMAKE_EXTRA_COMPILERS
。有关更多详细信息,请参阅QMake 有关配置其环境的文档。I think you want to use the qmake variable
QMAKE_EXTRA_COMPILERS
. See QMake's Documentation on Configuring Its Environment for more details.