Skip to content
  • Stephen Kelly's avatar
    Automoc: Don't create automoc targets if Qt is not used (#13999) · a223a3b6
    Stephen Kelly authored and Brad King's avatar Brad King committed
    Commit 79568f95 (automoc: Add source file to target early to set the
    linker language, 2013-02-20) changed automoc initialization to a two
    step process. In the first step, the generated source file was added
    to the target, which allows the link language to be determined.
    
    However, this bypassed the check for the availability of Qt itself.
    At build-time the automoc file could not be generated because the moc
    tool was not available to create it.
    
    The solution is to only add the automoc file to the target if Qt is
    found.
    a223a3b6