X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=main.cpp;h=0881c184a913d3c704abffca86e50485166e2da9;hp=78a131a5f1e108c9548cc34f1f19ea5bea6e6abb;hb=326cf6feb8598aa03a35fd6f678e4f536f168149;hpb=f74015db20c1ac85df6397df7199a030e6db828f diff --git a/main.cpp b/main.cpp index 78a131a5..0881c184 100644 --- a/main.cpp +++ b/main.cpp @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ #ifdef ENABLE_DECODE @@ -45,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()