fix pri file

This commit is contained in:
Andrei Yankovich 2020-01-06 22:31:06 +03:00
parent 7a0690856f
commit 408fc74474

@ -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
}