CQtDeployer/CQtDeployer.pro

40 lines
838 B
Prolog
Raw Normal View History

2018-08-19 11:00:13 +03:00
#
2019-01-26 07:54:56 +03:00
# Copyright (C) 2018-2019 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
2018-08-19 17:26:28 +03:00
SUBDIRS += QuasarAppLib \
2019-01-26 15:34:39 +03:00
Deploy \
CQtDeployer \
UnitTests
2018-12-23 17:02:01 +03:00
contains(DEFINES, WITH_TESTS) {
SUBDIRS += \
tests/TestOnlyC \
tests/TestQtWidgets \
tests/TestQMLWidgets
}
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-01-26 09:03:29 +03:00
win32:include('$$PWD/CQtDeployerWinBuild.pri')
2019-01-26 15:34:39 +03:00
DISTFILES += \
snapBuild.sh \
staticBuild.sh \
snap/snapcraft.yaml \
README.md \
sharedBuild.sh \
README.md \
staticBuildCrossWin.sh \
sharedBuild.bat