Skip to content
  • Stephen Kelly's avatar
    Add automatic uic invocation for Qt. · 84218e18
    Stephen Kelly authored
    The source files are already processed by cmQtAutomoc to look for
    moc includes, so extend that to also look for ui_ includes and
    find corresponding .ui files to process.
    
    This replaces the need to invoke qt4_wrap_ui().
    
    As the ui files are not likely to be part of the SOURCES of the
    target, store the options associated with them separately in the
    cmMakefile for querying during the autogen run.
    84218e18