summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutomoc.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactor SetupAutomocTarget() so it can be run after creating the targetAlex Neundorf2011-08-151-5/+1
| | | | | | | This makes it easier to move it from InitialPass() to some other location, e.g. FinalPass() or something else. Alex
* Color output when running mocAlex Neundorf2011-08-141-0/+1
| | | | Alex
* Move code for parsing a cpp-file from the big loop to separate functionAlex Neundorf2011-08-141-0/+4
| | | | Alex
* Add the cmake module required currently for automocAlex Neundorf2011-08-141-0/+6
| | | | Alex
* Remove the need to check for .h/.cxx during buildtimeAlex Neundorf2011-08-141-0/+1
| | | | | | | Instead it now relies on cmake time to put that information correctly into AutomocInfo.cmake Alex
* Add actual automoc code from automocAlex Neundorf2011-08-141-0/+29
| | | | | | | | | It already works :-) Needs more refactoring, e.g. using the cmake facilities to turn a string into a vector etc. Also still missing is the part which creates the custom target. Alex
* Start implementing skeleton for automoc in cmakeAlex Neundorf2011-08-141-0/+18
| | | | Alex
* Start work on automoc: add empty cmQtAutomoc classAlex Neundorf2011-08-071-0/+11
Alex