X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=main.cpp;h=0881c184a913d3c704abffca86e50485166e2da9;hp=039670649c61ba3e7197ad1b93a724ab3acd2e7f;hb=1887da2169397774c9563e9bf44c51ed7efc3646;hpb=efdec55aec1a137460fa362a381ed1904182bfed 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()