summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/test_moc_macro_target
Commit message (Collapse)AuthorAgeFilesLines
* CMake: Allow specifying a TARGET in invocations of macros.Stephen Kelly2013-08-215-0/+244
Forward-port of 9ce60ff509c4ff27fe861fc5b2080f50897a68c4 (Qt4Macros: Allow specifying a TARGET in invokations of macros., 2013-02-26) from cmake.git. This causes the INCLUDE_DIRECTORIES and COMPILE_DEFINITIONS to be used from the specified target when running moc. Change-Id: I868a35ade3c6b059e64d226291cf2046709d86d4 Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>