summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CompatibleInterface/AutoUic.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests: simplify Qt4 target usageStephen Kelly2014-01-071-4/+1
| | | | | This content was copied from another test where both the Core and Gui targets are used.
* cmTarget: Require a compatible INTERFACE_AUTOUIC_OPTIONS from dependencies.Stephen Kelly2013-12-081-0/+22
Revert the origin-tracking infrastructure from commit 98093c45 (QtAutoUic: Add INTERFACE_AUTOUIC_OPTIONS target property., 2013-11-20). Use the compatibility-tracking for compatible strings instead. If two different dependencies require different AUTOUIC_OPTIONS, cmake will now appropriately issue an error.