forked from QuasarApp/QtBigInt
remove static build for support android
This commit is contained in:
parent
852f97b1a0
commit
260662e19d
@ -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
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@ -15,7 +15,6 @@ DEFINES += QT_DEPRECATED_WARNINGS
|
||||
|
||||
TARGET = QtBigInt
|
||||
|
||||
#CONFIG += static
|
||||
VERSION = 6.1.2
|
||||
|
||||
CONFIG(release, debug|release): {
|
||||
|
Loading…
x
Reference in New Issue
Block a user