4
1
mirror of https://github.com/QuasarApp/CQtDeployer.git synced 2025-05-08 23:49:34 +00:00
CQtDeployer/CQtDeployer.pro
2019-01-26 07:54:56 +03:00

24 lines
528 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 \
CQtDeployer
contains(DEFINES, WITH_TESTS) {
SUBDIRS += \
tests/TestOnlyC \
tests/TestQtWidgets \
tests/TestQMLWidgets
}
CQtDeployer.depends=QuasarAppLib
QuasarAppLib.file = $$PWD/QuasarAppLib/QuasarApp.pro