Skip to content

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
Edited by Johannes Kauffmann

Merge request reports