mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-02 20:49:35 +00:00
43 lines
909 B
Prolog
43 lines
909 B
Prolog
#
|
|
# 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.
|
|
#
|
|
|
|
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS += QuasarAppLib \
|
|
Deploy \
|
|
CQtDeployer \
|
|
UnitTests
|
|
|
|
contains(DEFINES, WITHOUT_BASE_TESTS) {
|
|
SUBDIRS -= UnitTests
|
|
}
|
|
|
|
contains(DEFINES, WITH_ALL_TESTS) {
|
|
SUBDIRS += \
|
|
tests/TestOnlyC \
|
|
tests/TestQtWidgets \
|
|
tests/TestQMLWidgets
|
|
}
|
|
|
|
CQtDeployer.depends=QuasarAppLib
|
|
CQtDeployer.depends=Deploy
|
|
|
|
QuasarAppLib.file = $$PWD/QuasarAppLib/QuasarApp.pro
|
|
|
|
win32:include('$$PWD/CQtDeployerWinBuild.pri')
|
|
|
|
DISTFILES += \
|
|
snapBuild.sh \
|
|
staticBuild.sh \
|
|
snap/snapcraft.yaml \
|
|
README.md \
|
|
sharedBuild.sh \
|
|
README.md \
|
|
staticBuildCrossWin.sh \
|
|
sharedBuild.bat
|