CQtDeployer/CQtDeployer.pro

49 lines
1.1 KiB
Prolog
Raw Normal View History

2018-08-19 11:00:13 +03:00
#
2019-12-08 13:57:20 +03:00
# Copyright (C) 2018-2020 QuasarApp.
2018-08-19 11:00:13 +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.
#
2018-08-17 20:47:49 +03:00
TEMPLATE = subdirs
CONFIG += ordered
2019-06-28 16:41:24 +03:00
!android {
2018-08-19 17:26:28 +03:00
SUBDIRS += QuasarAppLib \
2019-03-23 20:40:33 +03:00
Pe \
2019-01-26 15:34:39 +03:00
Deploy \
CQtDeployer \
2019-09-11 14:01:46 +03:00
UnitTests \
tests/TestOnlyC \
tests/TestQtWidgets \
2019-09-19 09:57:20 +03:00
tests/TestQMLWidgets
}
contains(DEFINES, WITH_ALL_TESTS) {
SUBDIRS += tests/quicknanobrowser
2019-09-09 09:56:57 +03:00
}
2019-09-19 09:57:20 +03:00
2019-09-11 14:01:46 +03:00
contains(DEFINES, WITHOUT_TESTS) {
SUBDIRS -= UnitTests \
tests/TestOnlyC \
tests/TestQtWidgets \
2019-09-15 20:31:31 +03:00
tests/TestQMLWidgets \
tests/quicknanobrowser
2018-12-23 17:02:01 +03:00
}
2018-11-23 14:56:55 +03:00
2018-11-11 15:57:35 +03:00
CQtDeployer.depends=QuasarAppLib
2019-01-26 15:34:39 +03:00
CQtDeployer.depends=Deploy
2018-11-23 14:56:55 +03:00
2018-08-17 20:47:49 +03:00
QuasarAppLib.file = $$PWD/QuasarAppLib/QuasarApp.pro
2019-03-25 20:13:30 +03:00
Pe.file = $$PWD/pe/pe-parser-library/pe-parser-library.pro
2019-01-26 09:03:29 +03:00
2019-11-16 15:11:38 +03:00
include('$$PWD/QIFData/installerCQtDeployer.pri')
2019-05-15 14:56:38 +03:00
include($$PWD/test.pri)
2020-01-29 17:01:50 +03:00
include($$PWD/doc/wiki.pri)
2019-01-26 15:34:39 +03:00
DISTFILES += \
snap/snapcraft.yaml \
README.md \
2019-04-06 21:55:53 +03:00