Closed jonnenauha closed 11 years ago
I'm hoping this reduces compile times from scratch on Windows. I remember it taking a day just to do QT from scratch.
Unfortunately this doesn't reduce Qt build time significantly as majority of Qt build time is spent building the QtWebKit (and the JavaScriptCore that it depends on) monster. However, we're planning on separate Debug, RelWithDebInfo, and Release, dependency build scripts, which should at least half the initial build time.
Starting to investigate this now.
The frame performance is indeed similar as on Qt 4.7.x, so this looks like clean to merge.
After this code is in you need to remove from
/deps
: qt, QtScriptGenerator, QtPropertyBrowser, QXmpp and bullet.NOTE: I would recommend merging our bugfix branch before this is pulled in.