Skip to content

Commit

Permalink
(viewsvg) Fix compilation on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Dec 20, 2020
1 parent d53d527 commit 5bb8cff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/viewsvg/viewsvg.pro
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ FORMS += \
CONFIG(release, debug|release): LIBS += -L$$PWD/../../target/release/ -lresvg
else:CONFIG(debug, debug|release): LIBS += -L$$PWD/../../target/debug/ -lresvg

windows:LIBS += -lWs2_32 -lAdvapi32 -lUserenv

INCLUDEPATH += $$PWD/../../c-api
DEPENDPATH += $$PWD/../../c-api

0 comments on commit 5bb8cff

Please sign in to comment.