realXtend / tundra

realXtend Tundra SDK, a 3D virtual world application platform.
www.realxtend.org
Apache License 2.0
84 stars 70 forks source link

Adminotech windows dependency changes #644

Closed jonnenauha closed 11 years ago

jonnenauha commented 11 years ago

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.

peterclemenko commented 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.

Stinkfist0 commented 11 years ago

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.

cadaver commented 11 years ago

Starting to investigate this now.

cadaver commented 11 years ago

The frame performance is indeed similar as on Qt 4.7.x, so this looks like clean to merge.