Skip to content

Commit

Permalink
Try 8419{LIBNAME}.8419{LIB_EXTENSION} 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 cc03fe5 commit 17f958e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libs/loadlibs.pri
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ for(lib, customLibs) {
}
win32 {
LIB_EXTENSION = $$QMAKE_EXTENSION_STATICLIB
gcc : LIB_EXTENSION = lib
isEmpty(LIB_EXTENSION) {
LIB_EXTENSION = lib
}
Expand All @@ -58,8 +57,8 @@ for(lib, customLibs) {
PRE_TARGETDEPS += $${OUTDIR}/$${WINDIR}/$${LIBNAME}.$${LIB_EXTENSION}
}
gcc {
LIBS += $${OUTDIR}/$${WINDIR}/lib$${LIBNAME}.$${LIB_EXTENSION}
PRE_TARGETDEPS += $${OUTDIR}/$${WINDIR}/lib$${LIBNAME}.$${LIB_EXTENSION}
LIBS += $${OUTDIR}/$${WINDIR}/$${LIBNAME}.$${LIB_EXTENSION}
PRE_TARGETDEPS += $${OUTDIR}/$${WINDIR}/$${LIBNAME}.$${LIB_EXTENSION}
}
}
unix:!macx {
Expand Down

0 comments on commit 17f958e

Please sign in to comment.