mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] Any hints on how to debug on MXE?


From: N. N.
Subject: Re: [Mingw-cross-env-list] Any hints on how to debug on MXE?
Date: Sun, 15 Feb 2015 22:10:11 +0000 (UTC)

> On Sunday, 15 February 2015, 16:21, Nikos Chantziaras <address@hidden> wrote:

>>  It seems that I'm not specifying my static text codec plugins 
> correctly.
> 
> And it seems that's not even possible? From:
> 
>   http://doc-snapshot.qt-project.org/qt5-5.4/windows-deployment.html
> 
> "Since we cannot deploy plugins using the static linking approach, the 
> application we have prepared is incomplete. It will run, but the 
> functionality will be disabled due to the missing plugins. To deploy 
> plugin-based applications we should use the shared library approach."
> 

> So is this a no-go with MXE?

Yes, it is doable.
Use Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin) (or what you are using) then 
link in the static plugin that was made by mxe. (For example, 
-lQt5PlatformSupport -lqwindows).


reply via email to

[Prev in Thread] Current Thread [Next in Thread]