CMake/Tests/QtAutogen
Stephen Kelly e6971df6ab cmTarget: Make the source files depend on the config.
Disallow the use of config-specific source files with
the Visual Studio and Xcode generators. They don't have
any way to represent the condition currently.

Use the same common-config API in cmQtAutoGenerators. While
it accepts config-specific files, it doesn't have to support
multiple configurations yet.

Loop over the configs in cmTargetTraceDependencies
and cmGlobalGenerator::WriteSummary and consume all source
files.

Loop over the configs in cmComputeTargetDepends and compute the
object library dependencies for each config.
2014-04-02 23:14:02 +02:00
..
Adir
Bdir
defines_test
sub QtAutogen: Make uic work even when the source is in a subdir. 2014-02-04 13:21:43 -05:00
CMakeLists.txt cmTarget: Make the source files depend on the config. 2014-04-02 23:14:02 +02:00
abc.cpp
abc.h
abc_p.h
bar.cpp
blub.cpp
blub.h
calwidget.cpp Add automatic uic invocation for Qt. 2013-10-24 12:30:38 +02:00
calwidget.h Add automatic uic invocation for Qt. 2013-10-24 12:30:38 +02:00
calwidget.ui Add automatic uic invocation for Qt. 2013-10-24 12:30:38 +02:00
codeeditor.cpp
codeeditor.h
debug_class.cpp cmTarget: Make the source files depend on the config. 2014-04-02 23:14:02 +02:00
debug_class.h cmTarget: Make the source files depend on the config. 2014-04-02 23:14:02 +02:00
debug_class.ui cmTarget: Make the source files depend on the config. 2014-04-02 23:14:02 +02:00
debug_resource.qrc cmTarget: Make the source files depend on the config. 2014-04-02 23:14:02 +02:00
empty.cpp
empty.h
foo.cpp
foo.h Merge topic 'fix-automoc-compile-definitions' 2013-11-05 13:32:15 -05:00
gadget.cpp
gadget.h
generated.cpp cmQtAutogen: Allow specifying depends for autogen targets. 2013-11-25 22:41:21 +01:00
generated.h QtAutogen: Fix AUTOGEN depends on custom command output with VS. 2014-03-10 13:01:29 +01:00
libC.cpp
libC.h
main.cpp cmTarget: Make the source files depend on the config. 2014-04-02 23:14:02 +02:00
myinterface.h.in cmQtAutogen: Allow specifying depends for autogen targets. 2013-11-25 22:41:21 +01:00
myotherinterface.h.in QtAutogen: Fix AUTOGEN depends on custom command output with VS. 2014-03-10 13:01:29 +01:00
not_generated_file.qrc QtAutogen: Only add source files to the target if AUTORCC is ON. 2014-02-05 10:13:39 +01:00
private_slot.cpp
private_slot.h
resourcetester.cpp cmTarget: Make the source files depend on the config. 2014-04-02 23:14:02 +02:00
resourcetester.h Add automatic rcc invocation for Qt. 2013-10-24 12:30:41 +02:00
second_resource.qrc QtAutogen: Use the basename for resource files. 2014-03-25 01:16:49 +01:00
second_widget.cpp QtAutogen: Fix use of multiple ui files in a single target. 2014-03-25 01:39:03 +01:00
second_widget.h QtAutogen: Fix use of multiple ui files in a single target. 2014-03-25 01:39:03 +01:00
second_widget.ui QtAutogen: Fix use of multiple ui files in a single target. 2014-03-25 01:39:03 +01:00
test.qrc Add automatic rcc invocation for Qt. 2013-10-24 12:30:41 +02:00
xyz.cpp
xyz.h
yaf.cpp
yaf.h
yaf_p.h