Search found 2 matches

by Heath
Fri Mar 25, 2016 7:35 am
Forum: Plugins
Topic: CloudCompare can't load plugin in Debug
Replies: 2
Views: 3586

Re: CloudCompare can't load plugin in Debug

I don't know how Qt Creator works. How do you change the Debug/Release configuration? Do you need to create a new CMake project or do you edit the project directly in Qt Creator? If yes, then you'll probably have to change ALL projects accordingly (i.e. so that all projects - or at least the plugin...
by Heath
Thu Mar 24, 2016 2:05 am
Forum: Plugins
Topic: CloudCompare can't load plugin in Debug
Replies: 2
Views: 3586

CloudCompare can't load plugin in Debug

Hi, I'm trying to debug CC with Qt Creator, and I encounter a problem. CC[Debug] can't load plugin, and console displays CloudCompare/plugins/QDUMMY_PLUGINd.dll uses incompatible Qt library. (Cannot mix debug and release libraries.) But the CC Release version loads plugin successfully. So I'm confus...