How can I Build and Running in static Plugin
Unsolved
Installation and Deployment
-
Ref: Building/Running static plugin?
Hello,
I have been trying to execute an application with QT that I successfully build it under statically linked. but when i want to run the execute file, it got me this error:
" QFactoryLoader::QFactoryLoader() ignoring "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3" since plugins are disabled in static builds"
""This application failed to start because it could not find or load the Qt platform plugin"
I have been set the QT_QPA_PLATFORM_PLUGIN_PATH variable to plugins folder but the problem have not solved yet. now I want to ask how can I use plugins with Qt that I build it statically ? -
Hi, perhaps this thread can help you.