Visual Studio: How to setup Qt for a project that contains both 32-bit and 64-bit platforms?
Posted
by ShaChris23
on Stack Overflow
See other posts from Stack Overflow
or by ShaChris23
Published on 2010-04-08T21:22:52Z
Indexed on
2010/04/09
0:13 UTC
Read the original article
Hit count: 678
qt
|visual-studio
I was wondering if anyone has experience with maintaining a Qt application on Visual Studio (2008+) that has both Win32 (32-bit) and x64 (64-bit) platforms?
The default Qt project comes with only the 32-bit library. While I know how to build Qt as 64-bit, how do you setup Visual Studio, Qt, etc such that you can easily switch between the two?
© Stack Overflow or respective owner