mirror of
https://github.com/QuasarApp/QtBigInt.git
synced 2025-04-26 21:54:32 +00:00
drop tests support for qmake (use cmake by default)
This commit is contained in:
parent
d3107c16e2
commit
1f7390a5d5
12
GMP.pro
12
GMP.pro
@ -11,17 +11,5 @@ CONFIG += ordered
|
||||
SUBDIRS += \
|
||||
src
|
||||
|
||||
gcc: !android: {
|
||||
lessThan (QT_MINOR_VERSION, 12) {
|
||||
message(disable tests!)
|
||||
} else {
|
||||
include($$PWD/tests/test.pri)
|
||||
message(enabled tests!)
|
||||
SUBDIRS += tests
|
||||
SUBDIRS += tests
|
||||
tests.file = tests/tests.pro
|
||||
}
|
||||
}
|
||||
|
||||
src.file = src/GMP.pro
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user