使用 qmake 生成包含 FLTK Fluid 文件的 makefile?

发布于 2024-12-07 05:35:34 字数 174 浏览 1 评论 0原文

我想知道是否有人知道如何 使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

云柯 2024-12-14 05:35:34

我认为您想使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文