Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P4: Low
-
Resolution: Done
-
Affects Version/s: Qt Creator 3.6.0
-
Fix Version/s: Qt Creator 4.0.0-beta1
-
Component/s: Project & Build Management
-
Labels:
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...