summaryrefslogtreecommitdiff
path: root/Tests/QtAutomocNoQt
Commit message (Collapse)AuthorAgeFilesLines
* Automoc: Don't create automoc targets if Qt is not used (#13999)Stephen Kelly2013-03-122-0/+11
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.