qtplugin

how to create plugins (Qt 5.2.0)

我是研究僧i 提交于 2020-07-07 12:05:23
问题 i ‘m trying to create a plugin(not for Qt creator), i created an empty project and added the following files : but i’m getting the following errors: 1. C:\Qt\Qt5.2.0\5.2.0\mingw48_32\include\QtCore\qglobal.h:666: erreur : invalid application of ‘sizeof’ to incomplete type ‘QStaticAssertFailure’ enum {Q_STATIC_ASSERT_PRIVATE_JOIN(q_static_assert_result, COUNTER) = sizeof(QStaticAssertFailure)} ^ 2. D:\MyFiles\Projects\QtProjects\pluginTest2\plugintest.cpp:9: erreur : expected initializer

Disable Qt bearer management at runtime

牧云@^-^@ 提交于 2019-12-24 00:18:49
问题 We have some problems with the Qt network bearer management (Win10 x64, Qt 5.9.latest). The following problems are noticed: a WIFI interface is not recognized a WIFI interface is marked as inaccessible though working (QAM requests work) cable LAN is not affected To some extend I simply can fix the issue by deleting the bearer folder from my distribution. I understand I can compile a Qt version without bearer management, but this is a precompiled Win64 version with just a deleted bearer folder