QtBigInt/GMP.pro

23 lines
420 B
Prolog
Raw Permalink Normal View History

2019-07-07 18:37:20 +03:00
#
# Copyright (C) 2018-2019 QuasarApp.
# Distributed under the lgplv3 software license, see the accompanying
# Everyone is permitted to copy and distribute verbatim copies
# of this license document, but changing it is not allowed.
#
2019-07-09 13:59:03 +03:00
TEMPLATE = subdirs
CONFIG += ordered
2019-07-07 18:37:20 +03:00
2019-07-09 13:59:03 +03:00
SUBDIRS += \
2019-07-16 16:51:17 +03:00
src
2019-07-07 18:28:48 +03:00
2019-07-09 13:59:03 +03:00
include($$PWD/tests/test.pri)
2019-07-07 18:28:48 +03:00
2019-07-09 13:59:03 +03:00
src.file = src/GMP.pro
2019-07-16 16:51:17 +03:00
gcc {
SUBDIRS += tests
tests.file = tests/tests.pro
}