aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/corelib.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-12-04 11:52:12 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2017-12-07 09:56:53 +0000
commit88b9e4e3ba5e5a72d7c614126c853de2a55af1a0 (patch)
tree9da8302df5696f20061a6078816e72f0ba563699 /src/lib/corelib/corelib.qbs
parent281f8519f4bde3dcf59c23fa9c7e1b2739506c74 (diff)
Get rid of all remaining dynamic_casts
This speeds up rule execution by another 2%. Change-Id: If819144f2c01bd243ec98f7a6d050bc5faa2b02c Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'src/lib/corelib/corelib.qbs')
-rw-r--r--src/lib/corelib/corelib.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/corelib/corelib.qbs b/src/lib/corelib/corelib.qbs
index cfef9df46..b604ad67f 100644
--- a/src/lib/corelib/corelib.qbs
+++ b/src/lib/corelib/corelib.qbs
@@ -347,6 +347,7 @@ QbsLibrary {
"cleanoptions.cpp",
"codelocation.cpp",
"commandechomode.cpp",
+ "dynamictypecheck.h",
"error.cpp",
"executablefinder.cpp",
"executablefinder.h",