Skip to content
  • Utkarsh Ayachit's avatar
    BUG #13674. Fixing initialization of Qt-based static plugins. · 57862498
    Utkarsh Ayachit authored
    When building statically, plugins with Qt components weren't necessary working
    correctly. The Qt resource files weren't getting initialized correctly, nor were
    the GUI xmls being processed. This patch addresses such issues. Updating the
    plugin building code to ensure Qt resources/plugin is initialized/imported
    correctly when the plugin is initied statically.
    
    Change-Id: I4f742e37b1a58214a6776420105fa11d2d22caa3
    57862498