summaryrefslogtreecommitdiff
path: root/Help/prop_tgt/AUTOUIC_OPTIONS.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Clarify/add docs for initializing AUTO..._OPTIONS propertiesCraig Scott2020-01-091-3/+1
|
* Autogen: Docs: Add examples for AUTORCC_OPTIONS and AUTOUIC_OPTIONSSebastian Holtermann2017-10-091-0/+9
|
* Autogen: Add AUTOUIC_SEARCH_PATHS documentationSebastian Holtermann2017-03-021-1/+1
|
* Help: Adjust the QtAutogen properties to the common style.Stephen Kelly2014-02-061-7/+11
| | | | Link to the cmake-qt manual.
* Help: Use ``inline-literals`` to mark generator expressions.Stephen Kelly2014-02-061-1/+1
|
* Help: Reformat Qt autogenerator documentation.Stephen Kelly2014-01-041-5/+5
|
* QtAutoUic: Add INTERFACE_AUTOUIC_OPTIONS target property.Stephen Kelly2013-11-271-0/+4
| | | | | | | | | | | | | | | | | | | | Transitively consume the property from linked dependents. Implement configuration-specific support by following the pattern set out for compile definitions and includes in cmQtAutoGenerators. Implement support for origin-tracking with CMAKE_DEBUG_TARGET_PROPERTIES. This is motivated by the needs of KDE, which provides a separate translation system based on gettext instead of the Qt linguist translation system. The Qt uic tool provides command line options for configuring the method used to translate text, and to add an include directive to the generated file to provide the method. http://thread.gmane.org/gmane.comp.kde.devel.frameworks/7930/focus=7992 Implement the interface to provide the uic options as a usage-requirement on the KI18n target, as designed for KDE.
* Add automatic uic invocation for Qt.Stephen Kelly2013-10-241-0/+17
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.