Skip to content

Commit

Permalink
Changed lib extention for gcc build #13
Browse files Browse the repository at this point in the history
  • Loading branch information
mxklb committed Oct 12, 2018
1 parent 17f958e commit d07b3c1
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 @@ -57,6 +57,7 @@ for(lib, customLibs) {
PRE_TARGETDEPS += $${OUTDIR}/$${WINDIR}/$${LIBNAME}.$${LIB_EXTENSION}
}
gcc {
LIB_EXTENSION = lib
LIBS += $${OUTDIR}/$${WINDIR}/$${LIBNAME}.$${LIB_EXTENSION}
PRE_TARGETDEPS += $${OUTDIR}/$${WINDIR}/$${LIBNAME}.$${LIB_EXTENSION}
}
Expand Down

0 comments on commit d07b3c1

Please sign in to comment.