summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutomoc.cxx
Commit message (Expand)AuthorAgeFilesLines
* automoc: add a global AUTOMOC_TARGETS_FOLDER propertyAlex Neundorf2013-06-281-2/+12
* Merge topic 'config-dependent-CMAKE_AUTOMOC'Brad King2013-06-241-37/+138
|\
| * QtAutomoc: Use config-dependent compile definitions and includes.Stephen Kelly2013-06-121-39/+138
| * QtAutomoc: Fix handling of list separator for compile definitions.Stephen Kelly2013-06-121-1/+3
* | Add whitespace after colons in error messages.Stephen Kelly2013-06-211-1/+1
|/
* QtAutomoc: Get the Qt version through the target link interfaceStephen Kelly2013-05-271-3/+26
* Use the qt5::moc imported target instead of a variable.Stephen Kelly2013-05-271-0/+17
* Merge topic 'fix-moc-with-empty-COMPILE_DEFINITIONS'Brad King2013-05-161-7/+3
|\
| * automoc: Read target defines unconditionallyStephen Kelly2013-05-161-7/+3
* | Fix spelling and typos (non-binary)Andreas Mohr2013-05-071-2/+2
|/
* automoc: Use a pre-build event in VS >= 7Brad King2013-03-291-8/+42
* Fix the evaluation of per-config COMPILE_DEFINITIONS (#14037)Stephen Kelly2013-03-251-1/+1
* Automoc: Don't create automoc targets if Qt is not used (#13999)Stephen Kelly2013-03-121-12/+14
* automoc: Add source file to target early to set the linker languageStephen Kelly2013-02-221-11/+16
* automoc: use the header extensions from cmMakefileAlex Neundorf2013-02-101-23/+9
* automoc: use a std::vector<> instead a std::listAlex Neundorf2013-02-101-11/+12
* Process COMPILE_DEFINITIONS as generator expressions in QtAutomoc.Stephen Kelly2013-01-291-1/+5
* Automoc: get include dirs without stripping implicit include dirs offAlex Neundorf2012-12-071-59/+3
* Merge topic 'FixAutomocRegression3'Brad King2012-11-201-0/+59
|\
| * Automoc: fix regression #13667, broken build in phononAlex Neundorf2012-11-201-0/+59
* | Automoc: "inherit" FOLDER target property from target (#13688)Alex Neundorf2012-11-171-1/+17
|/
* Automoc: fix #13572: issue with symbolic linksAlex Neundorf2012-10-141-1/+2
* Use the cmGeneratorTarget for the include directories API.Stephen Kelly2012-09-191-2/+3
* Automoc: also the makefile-COMPILE_DEFINITIONSAlex Neundorf2012-09-061-0/+6
* Automoc: do not use DEFINITIONS, but only COMPILE_DEFINITIONSAlex Neundorf2012-09-051-32/+6
* Automoc: fix #13493, use target properties for include dirsAlex Neundorf2012-09-051-4/+16
* fix #13494: rerun automoc also if include dirs or moc options changeAlex Neundorf2012-08-271-5/+24
* automoc: better error handling (#13299)Alex Neundorf2012-06-141-3/+4
* Avoid direct use of std::(o|)stringstream (#13272)Brad King2012-06-121-2/+3
* automoc: include <unistd.h> on Apple to get pathconfSean McBride2012-03-281-0/+3
* automoc: fix #13018, proper cmake escaping to avoid false rebuildsAlex Neundorf2012-03-261-9/+17
* automoc: improved warning message in relaxed modeAlex Neundorf2011-12-141-5/+8
* automoc: default to strict mode, use CMAKE_AUTOMOC_RELAXED_MODEAlex Neundorf2011-12-131-8/+4
* Merge branch 'master' into AutomocIncludedDotMocFileHandlingDavid Cole2011-12-071-10/+35
|\
| * moc is now part of the Qt5Core moduleStephen Kelly2011-11-261-3/+3
| * Merge remote-tracking branch 'origin/master' into automoc_qt5Stephen Kelly2011-11-101-5/+21
| |\
| | * Merge topic 'FixAutomocFromCCMakeFromPATH'David Cole2011-11-081-1/+1
| | |\
| | | * make automoc work when using ccmake via PATH (#12551)Alex Neundorf2011-11-031-1/+1
| | * | Merge topic 'AddMocOptionsToAutomoc'David Cole2011-11-081-0/+12
| | |\ \
| | | * | automoc: fix #12541, support moc optionsAlex Neundorf2011-11-011-0/+12
| | * | | Merge topic 'DontCrashAutomocWithEmptyCompileDefs'David Cole2011-11-081-4/+8
| | |\ \ \ | | | |/ /
| | | * | Automoc: fix the fix, need to use std::string, not just char* pointerAlex Neundorf2011-11-011-7/+10
| | | * | don't crash in automoc with empty COMPILE_DEFINITIONS propertyAlex Neundorf2011-10-311-7/+8
| | | |/
| * | | Fix style.Stephen Kelly2011-11-091-2/+3
| * | | Update comments and method names to not be Qt4 specific.Stephen Kelly2011-11-091-3/+3
| * | | Don't assume the existence of QT_MAJOR_VERSION.Stephen Kelly2011-11-091-0/+8
| |/ /
| * | Also run moc automatically with Qt5.Stephen Kelly2011-11-011-2/+2
| |/
* | automoc: fix line lengthAlex Neundorf2011-12-061-1/+1
* | automoc: add variable CMAKE_AUTOMOC_STRICT_MODE, to enable strict parsingAlex Neundorf2011-12-021-2/+11
* | automoc: accept even more .moc files in non-strict modeAlex Neundorf2011-12-021-56/+25