Details
-
Bug
-
Resolution: Done
-
P4: Low
-
Qt Creator 3.6.0
Description
I have a qbs project with ~12K files (included using a wildcard).
If I understand correctly, the function fileType() is called for each file, and it tries to find this file among all the files. That makes it O(n^2), which is awful...