Failed to extract plugin meta data from 'C:\Qt\Qt5.8.0\5.8\msvc2015_64\plugins\designer\ColorWidgets-qt51.dll'
I'm trying to use this plugin, but getting this error when i go to Help -> About Plugins -> Failed Plugins
The Widgets won't display in the designer.
Note that I'm using Qt Version: 5.8.
I build the plugin in release mode from the Qt Creator.
Then i also tried building with cmake with a different bundle of Qt of MinGW32 with these commands:
mkdir build
cd build
cmake ..
cmake-make
cmake-make install
And then confirmed that i have the dll in that path:
C:\Qt\Qt5.8.0\5.8\msvc2015_64\plugins\designer\ColorWidgets-qt51.dll

Is that has to do with compatibility issues with Windows? or I'm doing something wrong?
Failed to extract plugin meta data from 'C:\Qt\Qt5.8.0\5.8\msvc2015_64\plugins\designer\ColorWidgets-qt51.dll'
I'm trying to use this plugin, but getting this error when i go to Help -> About Plugins -> Failed Plugins
The Widgets won't display in the designer.
Note that I'm using Qt Version: 5.8.
I build the plugin in release mode from the Qt Creator.
Then i also tried building with cmake with a different bundle of Qt of MinGW32 with these commands:
mkdir build

cd build
cmake ..
cmake-make
cmake-make install
And then confirmed that i have the dll in that path:
C:\Qt\Qt5.8.0\5.8\msvc2015_64\plugins\designer\ColorWidgets-qt51.dll
Is that has to do with compatibility issues with Windows? or I'm doing something wrong?