qt - Restrictions in creating a plugin -


Tried the example of QT plugin example it did not work at all and I was confused as a reason for this Found solution on one of the forums

all three of the QT, applications and plugins with the same configuration (release / debug)

It should be made for me because I can make everyone debug / release mode in three but if I have users If I want my applications to use plugins, then I need to provide a debug build of my application. (If I provide a Release Build, users will not be able to bother plug-in). QT source is available, so it can be made in any way.

I do not want to provide debug builds to users of my applications. Is there any work for this restriction on build mode for plugins?

PS I understand that users can debug with logging statements, but it is not certain how many people like this approach.

This is why QT has a so-called build key Qt is a string with configuration information, it is documented in.

So you should proceed and build your debug. Your application for the best results


Comments

Popular posts from this blog

google indexing -

wpf - Custom Message Box Advice -

Eclipse CDT variable colors in editor -