diff --git a/src/GMP.pri b/src/GMP.pri index 9ac8761..5003a7c 100644 --- a/src/GMP.pri +++ b/src/GMP.pri @@ -18,8 +18,8 @@ CONFIG(release, debug|release): { lessThan (QT_MINOR_VERSION, 14): { LIBS += -L$$MINIGMP_LIBRARY_OUTPUT_DIR -lQtBigInt } else { + LIBS += -L$$MINIGMP_LIBRARY_OUTPUT_DIR -lQtBigInt android: LIBS += -L$$MINIGMP_LIBRARY_OUTPUT_DIR -lQtBigInt_$$QT_ARCH - !android: LIBS += -L$$MINIGMP_LIBRARY_OUTPUT_DIR -lQtBigInt }