X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=main.cpp;h=0881c184a913d3c704abffca86e50485166e2da9;hp=039670649c61ba3e7197ad1b93a724ab3acd2e7f;hb=09f55d9665efb3b17ba7de4bae47be6989e884fe;hpb=a2b9ac403cb540b5c6499d00d3d376384ec6c94f;ds=sidebyside diff --git a/main.cpp b/main.cpp index 03967064..0881c184 100644 --- a/main.cpp +++ b/main.cpp @@ -44,9 +44,9 @@ #include "config.h" #ifdef _WIN32 -// The static qsvg lib is required for SVG graphics/icons (on Windows). #include -Q_IMPORT_PLUGIN(qsvg) +Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin) +Q_IMPORT_PLUGIN(QSvgPlugin) #endif void usage()