X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=main.cpp;h=2c6a59efd22c8d14d181223c45c1abc92279e9d4;hp=3fa93c4586951c81618141a2ab5f7d28a6af3646;hb=11a04e2a8ed47ed159b68cbe6f56aedd388e445f;hpb=488983533133d3e81f8611ffe4db94e406679403 diff --git a/main.cpp b/main.cpp index 3fa93c45..2c6a59ef 100644 --- a/main.cpp +++ b/main.cpp @@ -39,6 +39,12 @@ #include "config.h" +#ifdef _WIN32 +// The static qsvg lib is required for SVG graphics/icons (on Windows). +#include +Q_IMPORT_PLUGIN(qsvg) +#endif + void usage() { fprintf(stdout,