summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* cmTarget: Make the source files depend on the config.Stephen Kelly2014-04-021-0/+9
| | | | | | | | | | | | | | | | | 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.
* Add automatic rcc invocation for Qt.Stephen Kelly2013-10-241-8/+8
| | | | | This replaces the need to invoke qt4_add_resources by allowing adding the source .qrc file directly to the target sources.
* Run the main executable created in the autogen tests.Stephen Kelly2013-10-241-2/+1
| | | | | | | | | | Don't try to show the windows, which would require a gui capable test machine, and that's not guaranteed. Automatically link to qtmain.a on Windows to avoid a policy warning. Set policy CMP0020 to NEW by increasing the required version. Don't attempt to run the test when using Windows.
* Rename the QtAutomoc tests to QtAutogen.Stephen Kelly2013-10-241-0/+86