diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-07-25 07:24:53 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-10-24 10:30:38 (GMT) |
commit | 84218e1870ab075c9e2be1f2947358702c849fed (patch) | |
tree | bf9c4c40c03ef8d5e07340457969b5181b7ef458 /Help/manual/cmake-properties.7.rst | |
parent | 94a0ca604ca6ba3699b6d309938e881b2a3984a0 (diff) | |
download | CMake-84218e1870ab075c9e2be1f2947358702c849fed.zip CMake-84218e1870ab075c9e2be1f2947358702c849fed.tar.gz CMake-84218e1870ab075c9e2be1f2947358702c849fed.tar.bz2 |
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.
Diffstat (limited to 'Help/manual/cmake-properties.7.rst')
-rw-r--r-- | Help/manual/cmake-properties.7.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/manual/cmake-properties.7.rst b/Help/manual/cmake-properties.7.rst index c248085..ddf24d4 100644 --- a/Help/manual/cmake-properties.7.rst +++ b/Help/manual/cmake-properties.7.rst @@ -73,6 +73,8 @@ Properties on Targets /prop_tgt/ARCHIVE_OUTPUT_NAME /prop_tgt/AUTOMOC_MOC_OPTIONS /prop_tgt/AUTOMOC + /prop_tgt/AUTOUIC + /prop_tgt/AUTOUIC_OPTIONS /prop_tgt/BUILD_WITH_INSTALL_RPATH /prop_tgt/BUNDLE_EXTENSION /prop_tgt/BUNDLE @@ -234,6 +236,7 @@ Properties on Source Files .. toctree:: /prop_sf/ABSTRACT + /prop_sf/AUTOUIC_OPTIONS /prop_sf/COMPILE_DEFINITIONS_CONFIG /prop_sf/COMPILE_DEFINITIONS /prop_sf/COMPILE_FLAGS |