-
Bug
-
Resolution: Incomplete
-
P2: Important
-
None
-
6.3.0
When using static build of Qt 6.3, using qmake is much slower than in 6.2 when the project file includes any resources. Each resource file increases the qmake call by 2-5 seconds.
This is reproducible with any Qt example, such as regularexpressions, that has qrc file in it:
RESOURCES += regularexpression.qrc
Adding more resource files increases the qmake call time.