Browse Source
The QT spec says we should use QT_STATICPLUGIN defined if building a static plugin. As we are using out own makefile and not a qt .pro project we have to define it ourselves. This is then used to decide if we should import the modules QWindowsIntegrationPlugin and AccessibleFactory as these are not needed on a shared build. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>pull/24/head
committed by
Jean-Baptiste Kempf
2 changed files with 10 additions and 2 deletions
Loading…
Reference in new issue