mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 23:00:07 -06:00
Autogen: Docs: Extend SKIP_AUTOUIC documentation
This commit is contained in:
committed by
Brad King
parent
814cddbe18
commit
e95429fd85
@@ -3,6 +3,9 @@ SKIP_AUTOUIC
|
||||
|
||||
Exclude the source file from :prop_tgt:`AUTOUIC` processing (for Qt projects).
|
||||
|
||||
:prop_sf:`SKIP_AUTOUIC` can be set on C++ header and source files and on
|
||||
``.ui`` files.
|
||||
|
||||
For broader exclusion control see :prop_sf:`SKIP_AUTOGEN`.
|
||||
|
||||
EXAMPLE
|
||||
@@ -12,4 +15,6 @@ EXAMPLE
|
||||
|
||||
# ...
|
||||
set_property(SOURCE file.h PROPERTY SKIP_AUTOUIC ON)
|
||||
set_property(SOURCE file.cpp PROPERTY SKIP_AUTOUIC ON)
|
||||
set_property(SOURCE widget.ui PROPERTY SKIP_AUTOUIC ON)
|
||||
# ...
|
||||
|
||||
Reference in New Issue
Block a user