qt: use correct define for static Qt lib check
QT_STATICPLUGIN is meant for building a static Qt plugin [1], and not for testing if the used Qt is a static or shared build: That should be done with QT_STATIC. Since we are not building a static Qt plugin, use QT_STATIC. 1. https://doc.qt.io/qt-5/plugins-howto.html#creating-static-plugins
parent
81192e6b
No related branches found
No related tags found
Please register or sign in to comment