Plugins Debug And Release
Solved
General and Desktop
-
Hello,
I am wondering if it is possible to load a plugin in debug mode (respectively in release mode from an application in release mode (respectively in debug mode).
I am quite sure the answer is no, but one of my colleague made me have a doubt about it.
Thank you by advance for your answers !
-
@mistralegna
Hi,I am quite sure the answer is no, but one of my colleague made me have a doubt about it.
I believe that info is written as meta information for the plugin and subsequently checked by Qt when the plugins are loaded. If it were a simple dynamic library, then the answer'd be yes, but for plugins you were correct to doubt it.
Kind regards.
-
Thank you for your answer!