Skip to content

Commit

Permalink
Fixed missing line in loadlibs.pri (unix build error)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxklb committed Oct 13, 2018
1 parent f9e0d99 commit 8bb8cbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/loadlibs.pri
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ for(lib, customLibs) {
}
}
unix:!macx {
LIBS += -L$${OUTDIR}/ -l$${LIBNAME}
PRE_TARGETDEPS += $${OUTDIR}/lib$${LIBNAME}.$${LIB_EXTENSION}
QMAKE_LFLAGS += "-Wl,-rpath,\'$$OUTDIR\'"
}
Expand Down

0 comments on commit 8bb8cbe

Please sign in to comment.