diff --git a/src/GMP.pri b/src/GMP.pri index d719d69..71c38e9 100644 --- a/src/GMP.pri +++ b/src/GMP.pri @@ -16,17 +16,11 @@ CONFIG(release, debug|release): { } lessThan (QT_MINOR_VERSION, 14): { - message(Qt < 14) LIBS += -L$$MINIGMP_LIBRARY_OUTPUT_DIR -lQtBigInt } else { - message(Qt > 14) - LIBTENP = -L$$MINIGMP_LIBRARY_OUTPUT_DIR -lQtBigInt android: LIBTENP = -L$$MINIGMP_LIBRARY_OUTPUT_DIR -lQtBigInt_$$QT_ARCH - - message(LIBTENP = $$LIBTENP) LIBS += $$LIBTENP - } diff --git a/src/GMP.pro b/src/GMP.pro index ecb9c55..e48af43 100644 --- a/src/GMP.pro +++ b/src/GMP.pro @@ -15,7 +15,6 @@ DEFINES += QT_DEPRECATED_WARNINGS TARGET = QtBigInt -#CONFIG += static VERSION = 6.1.2 CONFIG(release, debug|release): {