Skip to content

Commit

Permalink
Add the Qt bindir to LIBS on Windows - to make building easier
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBriza committed Mar 29, 2020
1 parent 62bc070 commit 8c10fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/win/win.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ TEMPLATE = app

QT += core network

LIBS += -lisomd5 -lliblzma
LIBS += -L$$[QT_INSTALL_BINS] -lisomd5 -lliblzma

CONFIG += c++11
CONFIG += console
Expand Down

0 comments on commit 8c10fa8

Please sign in to comment.