[Interest] Porting Qt app to windows

Jason H scorp1us at yahoo.com
Tue Jun 19 19:31:43 CEST 2012


One bug kicker is remembering to copy the Qt Plugins directory, else images won't work...



________________________________
 From: Till Oliver Knoll <till.oliver.knoll at gmail.com>
To: Qt Interest <interest at qt-project.org> 
Sent: Tuesday, June 19, 2012 1:21 PM
Subject: Re: [Interest] Porting Qt app to windows
 


Am 19.06.2012 um 18:03 schrieb "David Ching" <dc at dcsoft.com>:

...and are not
>
calling any native Windows API's that are not included in the lowest version
>of
>Windows that you are supporting.  
>

Last time I checked - just for the fun of it - a Qt 4.7 (maybe even 4.8 - can't remember) application still ran on Windows 2000 (MinGW, QtCore, QtGui, the "Qt XML module" - but not e.g. Phonon or WebKit).

So unless you explicitly call win32 APIs yourself there should be no worries.

For everything else use depends.exe, which shows you exactly from where the DLLs are taken.


However, David is off course right: to make sure your app REALLY works on the target system, take a virgin one ("virtual images" work best).

For instance Windows Vista and above have stricter permission rules, some system folders might be localised (in case you are relying on hard-coded paths such as "C:\Documents and Settings" - which is bad bad bad anyway ;)), etc.

Cheers,
  Oliver
_______________________________________________
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/366e5e4b/attachment.html>


More information about the Interest mailing list