From 328eb828d3a05045270f9909939e42e5e75bcbbc Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Sun, 3 May 2015 12:47:16 +0200 Subject: Correct linking on bare minimum windows qt install --- qtpass.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qtpass.pro') diff --git a/qtpass.pro b/qtpass.pro index 75e789a5..7eec33d5 100644 --- a/qtpass.pro +++ b/qtpass.pro @@ -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 } -- cgit v1.2.3