Skip to content

Commit

Permalink
Correct linking on bare minimum windows qt install
Browse files Browse the repository at this point in the history
  • Loading branch information
annejan committed May 3, 2015
1 parent 6c753af commit 328eb82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qtpass.pro
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ win32 {
static {
QMAKE_LFLAGS += -static-libgcc -static-libstdc++
}
QMAKE_LFLAGS += -Wl,--dynamicbase -Wl,--nxcompat -lmpr
QMAKE_LFLAGS += -Wl,--dynamicbase -Wl,--nxcompat
LIBS += -lmpr
} else:macx {
ICON = artwork/icon.icns
}
Expand Down

0 comments on commit 328eb82

Please sign in to comment.