X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=main.cpp;h=0881c184a913d3c704abffca86e50485166e2da9;hb=09f55d9665efb3b17ba7de4bae47be6989e884fe;hp=039670649c61ba3e7197ad1b93a724ab3acd2e7f;hpb=efdec55aec1a137460fa362a381ed1904182bfed;p=pulseview.git diff --git a/main.cpp b/main.cpp index 0396706..0881c18 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()