Skip to content
Snippets Groups Projects
Commit ecdfbf2e authored by Thiago Macieira's avatar Thiago Macieira Committed by Oswald Buddenhagen
Browse files

Add an exception for qtbase/mkspecs/features/data/macros.cpp


Change-Id: Ib57b52598e2f452985e9fffd1458ae9d81b2c5fc
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@qt.io>
Reviewed-by: default avatarSergio Ahumada <sahumada@texla.cl>
parent cd6bd183
Branches
No related merge requests found
...@@ -157,6 +157,8 @@ my %optionalFiles = ( ...@@ -157,6 +157,8 @@ my %optionalFiles = (
qr{^src/tools/uic/qclass_lib_map\.h$}, qr{^src/tools/uic/qclass_lib_map\.h$},
# This is a copy of a Google Android tool with a fix. # This is a copy of a Google Android tool with a fix.
qr{^mkspecs/features/data/android/dx\.bat$}, qr{^mkspecs/features/data/android/dx\.bat$},
# This is a short source that is preprocessed only
qr{^mkspecs/features/data/macros\.cpp$},
], ],
"qtconnectivity" => [ "qtconnectivity" => [
# These directories contain generated files # These directories contain generated files
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment