remove static build for support android

This commit is contained in:
Andrei Yankovich 2020-01-07 12:27:46 +03:00
parent 852f97b1a0
commit 260662e19d
2 changed files with 0 additions and 7 deletions

View File

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

View File

@ -15,7 +15,6 @@ DEFINES += QT_DEPRECATED_WARNINGS
TARGET = QtBigInt
#CONFIG += static
VERSION = 6.1.2
CONFIG(release, debug|release): {