X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=main.cpp;h=2c6a59efd22c8d14d181223c45c1abc92279e9d4;hp=3fa93c4586951c81618141a2ab5f7d28a6af3646;hb=3d4f16afefc094af1a831c1d2abb68cb6d466ac2;hpb=269528f55e7fd77f762c2008d257921cd30e1519 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,