From 8f8f7f2c9171cd2ecf175e1faf4ac006f50b864e Mon Sep 17 00:00:00 2001 From: Benjamin O Date: Sat, 1 Sep 2018 01:09:30 -0400 Subject: [PATCH] svg module now included on win and mac --- dist/mac/README.md | 4 ---- qView.pro | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 dist/mac/README.md diff --git a/dist/mac/README.md b/dist/mac/README.md deleted file mode 100644 index f664e891..00000000 --- a/dist/mac/README.md +++ /dev/null @@ -1,4 +0,0 @@ -# macOS deployment -Use Qt's macdeployqt tool, and remember to manually add the SVG plugin afterwards. - -You can find it here `QTDIR/plugins/imageformats/libqsvg.dylib` and put it here `qView.app/Contents/Plugins/imageformats` \ No newline at end of file diff --git a/qView.pro b/qView.pro index dab5390c..cb74d601 100644 --- a/qView.pro +++ b/qView.pro @@ -5,6 +5,7 @@ #------------------------------------------------- QT += core gui network +macx:win32:QT += svg greaterThan(QT_MAJOR_VERSION, 4): QT += widgets