[vbox-dev] 2.0.2 - QT Frontends don't compile on windows: VBoxqt-mt.lib requested, moc not found, ...
S. Brandt
sbrandt at gmx.de
Wed Oct 1 06:38:49 PDT 2008
Hi!
In the end, I got it up and running ... the main thing was to add
PATH_TOOL_QT3_BIN=$(PATH_SDK_QT3)/bin
PATH_TOOL_QT4_BIN=$(PATH_SDK_QT4)/bin
to Config.kmk,
in addition to the stuff described above:
PATH_SDK_QT4=C:/Programme/Qt/4.4.3
PATH_SDK_QT3=C:/Programme/Qt/3.3.3
Also, for VirtualBox4, a more current version of Qt than 4.4.0 was necessary
(4.4.3).
The VBoxqt-mt.lib problem I had solved by just copying the qt-mt3.lib to that
name.
Yours,
Sebastian
More information about the vbox-dev
mailing list