summaryrefslogtreecommitdiffstats
path: root/Modules/AutomocInfo.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* moc is now part of the Qt5Core moduleStephen Kelly2011-11-261-1/+1
| | | | There is no separate SrcTools module anymore.
* Merge remote-tracking branch 'origin/master' into automoc_qt5Stephen Kelly2011-11-101-0/+1
|\
| * automoc: fix #12541, support moc optionsAlex Neundorf2011-11-011-0/+1
| | | | | | | | | | | | | | | | This commit adds a new target property AUTOMOC_MOC_OPTIONS, which can be set to add extra options for the moc invocations done via automoc. This is equivalent to the OPTIONS parameter in the qt4_wrap_cpp() macro. Alex
* | Don't assume the existence of QT_MAJOR_VERSION.Stephen Kelly2011-11-091-0/+1
|/ | | | Also handle Qt5SrcTools_MAJOR_VERSION.
* Add the cmake module required currently for automocAlex Neundorf2011-08-141-0/+13
Alex