forked from QuasarApp/QtBigInt
some fix
This commit is contained in:
parent
408fc74474
commit
21ee074fa3
@ -18,8 +18,12 @@ 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
|
||||
LIBTENP=
|
||||
|
||||
LIBTENP = -L$$MINIGMP_LIBRARY_OUTPUT_DIR -lQtBigInt
|
||||
android: LIBTENP = -L$$MINIGMP_LIBRARY_OUTPUT_DIR -lQtBigInt_$$QT_ARCH
|
||||
LIBS += $$LIBTENP
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user