[Qt-interest] building both 32 and 64 bit Windows Qt app on a 32 bit machine with Visual Studio?
Malyushytsky, Alex
alex at wai.com
Mon Nov 23 22:58:34 CET 2009
I am using qt-vsaddin-collection-2.1.2.exe which allows to use multiple versions QT3 and Qt4 on the same time.
With it you can chose which version of QT should be used for current build.
Few comments:
1. It allows to use as many QT versions as you want, including Qt3 (+)
2. There is no way to associate usage of specific version to the configuration. You have to manually set proper active QT version before you build another configurations in VC (-).
3. This add-in was distributed under commercial license, so it might be legal issues to use it if you did not have one (-).
4. It is not supported anymore ( together with Qt3 ).
Regards,
Alex
-----Original Message-----
From: qt-interest-bounces at trolltech.com [mailto:qt-interest-bounces at trolltech.com] On Behalf Of Gordon Schumacher
Sent: Sunday, November 22, 2009 8:01 AM
To: qt-interest at trolltech.com
Subject: Re: [Qt-interest] building both 32 and 64 bit Windows Qt app on a 32 bit machine with Visual Studio?
John McClurkin wrote:
>> Paul Miller wrote:
>>
>>> Is it possible, using Visual Studio, to build both a 32 and 64 bit
>>> version of the app, using VS's configuration modes? I know how to
>>> build 32 and 64 bit versions of Qt from the command line, into
>>> separate directories. But is it possible to configure one
>>> configuration setting to link against the 32 bit one and the other to
>>> link against the 64 bit one using the Visual Studio Add-in?
>>>
> You can create two solutions, one for 32 bit and one for 64 bit, using
> VS's configuration modes with a bit of diligence. However, the Visual
> Studio Add-in looks at the %PATH% environment variable, making it
> tedious to maintain two solutions.
>
You can also generate two *projects*, one for each bitness, and build
them within a single solution...
_______________________________________________
Qt-interest mailing list
Qt-interest at trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-interest
---------------------------------------------------------------------------------------------------
Weidlinger Associates, Inc. made the following annotations.
"This message and any attachments are solely for the intended recipient and may contain confidential or privileged information. If you are not the intended recipient, any disclosure, copying, use, or distribution of the information included in this message and any attachments is prohibited. If you have received this communication in error, please notify us by reply e-mail and immediately and permanently delete this message and any attachments. Thank you."
"Please consider our environment before printing this email."
More information about the Qt-interest-old
mailing list