X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=main.cpp;h=2c6a59efd22c8d14d181223c45c1abc92279e9d4;hb=df5396800830d41a83a837b95b0f3787571905cf;hp=3fa93c4586951c81618141a2ab5f7d28a6af3646;hpb=269528f55e7fd77f762c2008d257921cd30e1519;p=pulseview.git diff --git a/main.cpp b/main.cpp index 3fa93c4..2c6a59e 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,