QT 3.3 patches

Discussions related to using VirtualBox on Mac OS X hosts.
Post Reply
Mortas
Posts: 1
Joined: 26. Feb 2008, 23:25

QT 3.3 patches

Post by Mortas »

I've been playing around with the SVN source and was trying to get QT working.

Now I've been looking through the build files and saw a lot of disabling of QT and the following in Config.kmk

Code: Select all

 ifeq ($(BUILD_TARGET),darwin)
  # Qt/Mac v3.3.x requires patching to work for us.
  VBOX_WITH_QTGUI=
 endif
Are these patches available somewhere or is there another trick to get this working?
Post Reply