drop tests support for qmake (use cmake by default)

This commit is contained in:
Andrei Yankovich 2021-04-07 10:28:14 +03:00
parent d3107c16e2
commit 1f7390a5d5

12
GMP.pro
View File

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