Skip to content

Commit

Permalink
Changed PRE_TARGETDEPS for win32 gcc build #13
Browse files Browse the repository at this point in the history
  • Loading branch information
mxklb committed Oct 19, 2018
1 parent 81b5439 commit 57609e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/loadlibs.pri
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ for(lib, customLibs) {
}
gcc {
LIBS += -L$${OUTDIR}/$${WINDIR}/ -l$${LIBNAME}
PRE_TARGETDEPS += $${OUTDIR}/$${WINDIR}/lib$${LIBNAME}.$${LIB_EXTENSION}
PRE_TARGETDEPS += $${OUTDIR}/$${WINDIR}/$${LIBNAME}.$${LIB_EXTENSION}
QMAKE_LFLAGS += "-Wl,-rpath,\'$$OUTDIR/$$WINDIR\'"
message(gcc setup for lib --> lib$${LIBNAME}.$${LIB_EXTENSION})
}
Expand Down

0 comments on commit 57609e8

Please sign in to comment.