[Interest] Porting Qt app to windows

Samuel Gaist samuel.gaist at edeltech.ch
Sat Jun 2 14:37:23 CEST 2012


Hi,
Is your application only an exe ? Or do you build a library for it ?
In case you have a library and build it dynamically (dll) have a look at this documentation page:

http://qt-project.org/doc/qt-4.8/sharedlibrary.html

Hope it helps
Samuel

On 2 juin 2012, at 12:02, Chasc wrote:

> On Fri, 2012-06-01 at 17:23 +0530, Muthulingam Ammaiappan wrote:
>> Hi Paul,
>> 
>> 
>> http://doc.qt.nokia.com/4.7-snapshot/deployment-windows.html 
>> 
>> 
>> the above link will answer your question about deploying the Qt
>> Applications on windows
>> 
>> 
> Thanks for directing me to the above link. I managed to download
> Dependency Walker and used it to include all the missing dll's. Now DW
> is telling me:
> 
> "Error: At least one module has an unresolved import due to a missing
> export function in an implicitly dependent module.
> Warning: At least one module has an unresolved import due to a missing
> export function in a delay-load dependent module."
> 
> But I can't see anything else in the app identifying any other dll as
> missing or defective. So where do I go from here given that the app does
> run in Qt Creator?
> 
> Regards,
> 
> Paul Cornford
>> 
>> 
>> 
> 
> 
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest




More information about the Interest mailing list