Qt Creator parse all qml files when program start to run
Solved
Qt Creator and other tools
-
When I run my application(Ctrl + R), qt creator will re-parsing all my qml files again and again.
Cause my project is too large, when Creator is parsing all file, it will consume 3GB RAM and 30% CPU(I7 8k series).
So Creator will stop response about 2 mins when I try to run my program...
I through all options, I cannot find any option to stop this behavior.
How can I stop Creator to re-parse my file when program start to run?
or where is the logic in qt creator source code? I can build Qt Creator myself.
Thanks!!
-
https://bugreports.qt.io/browse/QTBUG-56150
I found the root cause here.