Using qmake to generate a makefile that has FLTK fluild 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.
精彩评论