开发者

Using qmake to generate a makefile that has FLTK fluild files?

开发者 https://www.devze.com 2023-04-09 19:06 出处:网络
I was wondering if anyone might have an idea how to use qmake to generate a program that has FLTK fluid files ?

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开发者_JAVA百科 compiled.

I was hoping someone might have a suggestion.

Thanks, Danny


I think you want to use the qmake variable QMAKE_EXTRA_COMPILERS. See QMake's Documentation on Configuring Its Environment for more details.

0

精彩评论

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