Stephen Kelly
1320e0768e
cmQtAutogen: Allow specifying depends for autogen targets.
...
Test this by generating files with a custom target, which moc
requires to be present when it is run.
2013-11-25 22:41:21 +01:00
Stephen Kelly
50d152035d
cmTarget: Make custom command accessors API const.
...
Add specific mutators instead of providing non-const refs.
2013-11-19 20:40:31 +01:00
Stephen Kelly
d2f4b1e3cf
cmAutogen: Rename method to InitializeAutogenTarget
...
This reflects better what it is doing.
2013-11-05 20:17:34 +01:00
Stephen Kelly
45735f3827
cmAutogen: Move autogen target creation to InitializeMocSourceFile.
...
The SetupAutoGenerateTarget method will soon be invoked at a later
time in a followup commit. We need to ensure that we create the
utility autogen target early.
2013-11-05 20:17:32 +01:00
Stephen Kelly
20a234d1b8
cmAutogen: Extract some helper methods for autogen targets.
...
These snippets will soon be needed from multiple methods.
2013-11-05 20:17:30 +01:00
Stephen Kelly
9c87d9cc3e
Add automatic rcc invocation for Qt.
...
This replaces the need to invoke qt4_add_resources by allowing
adding the source .qrc file directly to the target sources.
2013-10-24 12:30:41 +02:00
Stephen Kelly
84218e1870
Add automatic uic invocation for Qt.
...
The source files are already processed by cmQtAutomoc to look for
moc includes, so extend that to also look for ui_ includes and
find corresponding .ui files to process.
This replaces the need to invoke qt4_wrap_ui().
As the ui files are not likely to be part of the SOURCES of the
target, store the options associated with them separately in the
cmMakefile for querying during the autogen run.
2013-10-24 12:30:38 +02:00
Stephen Kelly
94a0ca604c
Record which files are skipped by automoc.
...
They may not be skipped by autouic.
2013-10-24 11:50:58 +02:00
Stephen Kelly
7ce65c3c97
Add extra checks for the AUTOMOC target property.
...
In an upcoming commit, this class will be used even if it is not set.
2013-10-24 11:50:58 +02:00
Stephen Kelly
32771fc7ca
Update output messages for generic use.
2013-10-24 11:50:58 +02:00
Stephen Kelly
f371ab5803
Rename RunAutomoc to RunAutogen.
...
It will soon be used to process ui and rcc files too.
2013-10-24 11:50:58 +02:00
Stephen Kelly
85b3d6e73d
Extract an SetupAutoMocTarget method.
...
This class will soon gain methods for autouic and autorcc.
2013-10-24 11:50:58 +02:00
Stephen Kelly
ca124a1515
Rename the AutomocInfo.cmake file to be more generic.
2013-10-24 11:50:57 +02:00
Stephen Kelly
a342c9ffed
Move some makefile definitions up away from moc-specific code.
2013-10-24 11:50:57 +02:00
Stephen Kelly
98632effeb
Add the AUTOGEN_TARGETS_FOLDER and obsolete AUTOMOC_TARGETS_FOLDER.
2013-10-24 11:50:47 +02:00
Stephen Kelly
63378baa1c
Rename some variables to reflect broader scope.
2013-10-24 09:14:13 +02:00
Stephen Kelly
97f1aa39da
Rename method to reflect generic use.
2013-10-24 09:14:13 +02:00
Stephen Kelly
4abb111584
Rename local variable to reflect generic use.
2013-10-24 09:14:13 +02:00
Stephen Kelly
03878c9a22
Move variable set to where it is used.
2013-10-24 09:14:13 +02:00
Stephen Kelly
be23dcfeb1
Rename the cmake_automoc command to cmake_autogen.
...
There is no need for a "cmake_automoc" backward compatibility command
because it is internal, undocumented, and only executed from a matching
version of cmake.
2013-10-24 09:14:13 +02:00
Stephen Kelly
5c058c8f12
Rename the cmQtAutomoc class to cmQtAutoGenerators.
...
It will be extended to process .ui and .qrc files too.
2013-10-24 09:14:12 +02:00