2019-07-07 18:37:20 +03:00
|
|
|
#
|
2020-01-06 14:16:10 +03:00
|
|
|
# Copyright (C) 2018-2020 QuasarApp.
|
2019-07-07 18:37:20 +03:00
|
|
|
# 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
|
|
|
src.file = src/GMP.pro
|
2019-07-16 16:51:17 +03:00
|
|
|
|
2021-04-07 10:30:34 +03:00
|
|
|
QMAKE_EXTRA_TARGETS += \
|
|
|
|
test
|