Skip to content

Commit

Permalink
Changed gcc loadlibs #13
Browse files Browse the repository at this point in the history
  • Loading branch information
mxklb committed Oct 21, 2018
1 parent 5e54eac commit 7aa43d5
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 @@ -60,7 +60,7 @@ for(lib, customLibs) {
PRE_TARGETDEPS += $${OUTDIR}/$${WINDIR}/$${LIBNAME}.$${LIB_EXTENSION}
}
gcc {
LIBS += $${OUTDIR}/$${WINDIR}/$${LIBNAME}.$${LIB_EXTENSION}
LIBS += -L$${OUTDIR}/$${WINDIR}/ -l$${LIBNAME}
PRE_TARGETDEPS += $${OUTDIR}/$${WINDIR}/$${LIBNAME}.$${LIB_EXTENSION}
}
}
Expand Down

0 comments on commit 7aa43d5

Please sign in to comment.