[Interest] Porting Qt app to windows
Jason H
scorp1us at yahoo.com
Tue Jun 19 19:11:19 CEST 2012
Virtual Machines to the rescue...
________________________________
From: David Ching <dc at dcsoft.com>
To: interest at qt-project.org
Sent: Tuesday, June 19, 2012 12:03 PM
Subject: Re: [Interest] Porting Qt app to windows
> From: Diego Iastrubni [mailto:diegoiast at gmail.com]
> Sent: Tuesday, June 19, 2012 8:22 AM
>
>I just rename the name of the Qt directory temporarily to "_Qt" or
something
> and then rename back when I need to code...
> Ugly, but simulates "uninstallation" of Qt.
But you also need to simulate the 'uninstallation' of the C runtime DLL's,
etc.
As well as making sure you set the compiler switches correctly and are not
calling any native Windows API's that are not included in the lowest version
of
Windows that you are supporting. Really, there is no better way to test
an app than on a fresh install of Windows.
Thanks,
David
_______________________________________________
Interest mailing list
Interest at qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20120619/6b868394/attachment.html>
More information about the Interest
mailing list