Skip to content

Commit

Permalink
Added special gcc switch for win32 build #13 -> LIB_EXTENSION = lib
Browse files Browse the repository at this point in the history
  • Loading branch information
mxklb committed Oct 12, 2018
1 parent 0c0a9cf commit cc03fe5
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 @@ -36,6 +36,7 @@ for(lib, customLibs) {
}
win32 {
LIB_EXTENSION = $$QMAKE_EXTENSION_STATICLIB
gcc : LIB_EXTENSION = lib
isEmpty(LIB_EXTENSION) {
LIB_EXTENSION = lib
}
Expand Down

0 comments on commit cc03fe5

Please sign in to comment.