VirtualBox Win7 QT Setup with Visual Studio 2008 Pro 32/64 bits
I wanna call it the perfect IDE setup.
So for now what i have done is the following:
Installed Windows 7 x64 on a VirtualBox.
On top of this Win7 I installed the qt 4.6.2 two times (the: qt-everywhere-opensource-src-4.6.2.zip).
I also installed Visual Studio 2008 Pro Edition.
After I opened the Visual Studio 2008 Command Prompt or the Visual Studio 2008 x64 Win64 Command Prompt
Afterwards I did:
configure -platform win32-msvc2008
nmake
(for both the 32 and 64bits)
Now my question is how to integrate this nicely into Visual Studio 2008?
or do i need to compile the source by hand for 32 and 64bits in the command prompt?
love to use the add-in.
As far of hours becoming days becoming weeks becoming months to work/search/research on this I started thinking : "I need help! :-)" So that is why I am here.
I also like to have a Virtual Machine edition with Linux and maby even Mac OS on it, so i could compile my creations also for linux and mac.(or is this possible from windows?)
Ps.: I need to build my work on qt 4.6.2 because I am build on a plugin for teamspeak 3 that also uses the same qt version.
Who can help me out? how to make the perfect virtual machine. Maby even share it with the world for I care. and never have to do this hours of work again.
Compiling... Compiling...Compiling....
Kind Regards,
SteZZz
Re: VirtualBox Win7 QT Setup with Visual Studio 2008 Pro 32/64 bits
Have a look here: http://qt.nokia.com/downloads At the bottom you have "Visual Studio Add-in". That's the way you can integrate Qt nicely into Visual Studio 2008.
Re: VirtualBox Win7 QT Setup with Visual Studio 2008 Pro 32/64 bits
yes but will this work correcly with 32 and 64 bits compiling?
and if yes, than how to do this?
maby you can give me an example...
Ps.: i have to say that I searched hours days even weeks for a good tutorial on howto install this with 32 and 64bits working together in harmony :P
Kind Regards,
SteZZz