mirror of
https://github.com/QuasarApp/QtBigInt.git
synced 2025-05-07 18:59:34 +00:00
fix build on qt 5.9
This commit is contained in:
parent
73bcd36c6c
commit
1ab5091fae
15
GMP.pro
15
GMP.pro
@ -11,12 +11,17 @@ CONFIG += ordered
|
|||||||
SUBDIRS += \
|
SUBDIRS += \
|
||||||
src
|
src
|
||||||
|
|
||||||
|
gcc {
|
||||||
|
lessThan (QT_MINOR_VERSION, 12) {
|
||||||
|
message(disable tests!)
|
||||||
|
} else {
|
||||||
include($$PWD/tests/test.pri)
|
include($$PWD/tests/test.pri)
|
||||||
|
message(enabled tests!)
|
||||||
|
SUBDIRS += tests
|
||||||
|
SUBDIRS += tests
|
||||||
|
tests.file = tests/tests.pro
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
src.file = src/GMP.pro
|
src.file = src/GMP.pro
|
||||||
|
|
||||||
gcc {
|
|
||||||
SUBDIRS += tests
|
|
||||||
tests.file = tests/tests.pro
|
|
||||||
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user