summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutomoc.h
Commit message (Expand)AuthorAgeFilesLines
* Automoc: do not use DEFINITIONS, but only COMPILE_DEFINITIONSAlex Neundorf2012-09-051-1/+0
* fix #13494: rerun automoc also if include dirs or moc options changeAlex Neundorf2012-08-271-1/+4
* automoc: default to strict mode, use CMAKE_AUTOMOC_RELAXED_MODEAlex Neundorf2011-12-131-1/+1
* Merge branch 'master' into AutomocIncludedDotMocFileHandlingDavid Cole2011-12-071-1/+3
|\
| * Merge topic 'automoc_qt5'David Cole2011-11-151-1/+1
| |\
| | * Update comments and method names to not be Qt4 specific.Stephen Kelly2011-11-091-1/+1
| * | automoc: fix #12541, support moc optionsAlex Neundorf2011-11-011-0/+2
| |/
* | automoc: add variable CMAKE_AUTOMOC_STRICT_MODE, to enable strict parsingAlex Neundorf2011-12-021-0/+1
* | automoc: add a StrictParseCppFile(), which is only qmake-compatibleAlex Neundorf2011-12-021-0/+3
* | automoc: move the code for finding headers into separate functionAlex Neundorf2011-12-021-2/+6
|/
* Add copyright noticesAlex Neundorf2011-10-221-0/+13
* automoc:run moc on the header if the source file contains include "foo.moc"Alex Neundorf2011-10-221-0/+3
* Refactor SetupAutomocTarget() so it can be run after creating the targetAlex Neundorf2011-08-151-5/+1
* Color output when running mocAlex Neundorf2011-08-141-0/+1
* Move code for parsing a cpp-file from the big loop to separate functionAlex Neundorf2011-08-141-0/+4
* Add the cmake module required currently for automocAlex Neundorf2011-08-141-0/+6
* Remove the need to check for .h/.cxx during buildtimeAlex Neundorf2011-08-141-0/+1
* Add actual automoc code from automocAlex Neundorf2011-08-141-0/+29
* Start implementing skeleton for automoc in cmakeAlex Neundorf2011-08-141-0/+18
* Start work on automoc: add empty cmQtAutomoc classAlex Neundorf2011-08-071-0/+11