AUTOGEN: Documentation for SKIP_AUTOX source file properties

This commit is contained in:
Sebastian Holtermann 2017-01-02 17:28:36 +01:00
parent c17e0a3ad5
commit cbc07d331d
5 changed files with 30 additions and 0 deletions

View File

@ -357,6 +357,10 @@ Properties on Source Files
/prop_sf/MACOSX_PACKAGE_LOCATION
/prop_sf/OBJECT_DEPENDS
/prop_sf/OBJECT_OUTPUTS
/prop_sf/SKIP_AUTOGEN
/prop_sf/SKIP_AUTOMOC
/prop_sf/SKIP_AUTORCC
/prop_sf/SKIP_AUTOUIC
/prop_sf/SYMBOLIC
/prop_sf/VS_DEPLOYMENT_CONTENT
/prop_sf/VS_DEPLOYMENT_LOCATION

View File

@ -0,0 +1,8 @@
SKIP_AUTOGEN
------------
Exclude the source file from :prop_tgt:`AUTOMOC`, :prop_tgt:`AUTOUIC` and
:prop_tgt:`AUTORCC` processing (for Qt projects).
For finer control see :prop_sf:`SKIP_AUTOMOC`, :prop_sf:`SKIP_AUTOUIC` and
:prop_sf:`SKIP_AUTORCC`.

View File

@ -0,0 +1,6 @@
SKIP_AUTOMOC
------------
Exclude the source file from :prop_tgt:`AUTOMOC` processing (for Qt projects).
For broader control see :prop_sf:`SKIP_AUTOGEN`

View File

@ -0,0 +1,6 @@
SKIP_AUTORCC
------------
Exclude the source file from :prop_tgt:`AUTORCC` processing (for Qt projects).
For broader control see :prop_sf:`SKIP_AUTOGEN`

View File

@ -0,0 +1,6 @@
SKIP_AUTOUIC
------------
Exclude the source file from :prop_tgt:`AUTOUIC` processing (for Qt projects).
For broader control see :prop_sf:`SKIP_AUTOGEN`