Skip to content

Commit

Permalink
turns out the svg thing only works on windows basically
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel committed Sep 1, 2018
1 parent 8f8f7f2 commit de6b411
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dist/mac/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 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`
2 changes: 1 addition & 1 deletion qView.pro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#-------------------------------------------------

QT += core gui network
macx:win32:QT += svg

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

Expand All @@ -27,6 +26,7 @@ CONFIG -= debug_and_release debug_and_release_target


# Windows specific stuff
win32:QT += svg # needed for including svg support in static build
win32:CONFIG += static
RC_ICONS = "dist/win/qView.ico"
QMAKE_TARGET_COPYRIGHT = "Copyright © 2018 jurplel and qView contributors"
Expand Down

0 comments on commit de6b411

Please sign in to comment.