Skip to content

Commit

Permalink
Changed qmake linker flags for win32-g++ build #13
Browse files Browse the repository at this point in the history
  • Loading branch information
mxklb committed Oct 13, 2018
1 parent d032ad2 commit 866a15a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/loadlibs.pri
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ for(lib, customLibs) {
PRE_TARGETDEPS += $${OUTDIR}/$${WINDIR}/$${LIBNAME}.$${LIB_EXTENSION}
}
gcc {
LIBS += $${OUTDIR}/$${WINDIR}/$${LIBNAME}.$${LIB_EXTENSION}
PRE_TARGETDEPS += $${OUTDIR}/$${WINDIR}/$${LIBNAME}.$${LIB_EXTENSION}
LIBS += -L$${OUTDIR}/$${WINDIR}/ -l$${LIBNAME}
PRE_TARGETDEPS += $${OUTDIR}/$${WINDIR}/lib$${LIBNAME}.$${LIB_EXTENSION}
}
}
unix:!macx {
Expand Down

0 comments on commit 866a15a

Please sign in to comment.