@@ -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
@@ -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`.
@@ -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`
+SKIP_AUTORCC
+Exclude the source file from :prop_tgt:`AUTORCC` processing (for Qt projects).
+SKIP_AUTOUIC
+Exclude the source file from :prop_tgt:`AUTOUIC` processing (for Qt projects).