22.05.2015, 18:37, "Nuno Santos" <[email protected]>: > Hi, > > I have compiled Qt statically. In this process I have found two > difficulties: > > - If I don't compile it with -developer-build I don't have the plugins > compiled > - When I finally got plugins compiled, they are static libs > > When my program is about to start it asks about plugin windows (i assume > it is the platforms/qwindows.dll) > > What is the process to deploy an application with a static build of qt?
You need to use Q_IMPORT_PLUGIN macro in your application, and link all needed plugins into it. -- Regards, Konstantin _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
