2018-08-19 11:00:13 +03:00
|
|
|
#
|
|
|
|
# Copyright (C) 2018 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.
|
|
|
|
#
|
|
|
|
|
2018-08-17 20:47:49 +03:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
CONFIG += ordered
|
|
|
|
|
2018-08-19 17:26:28 +03:00
|
|
|
SUBDIRS += QuasarAppLib \
|
2018-11-15 18:00:23 +03:00
|
|
|
CQtDeployer \
|
|
|
|
WinDependenciesScanner
|
2018-08-19 17:26:28 +03:00
|
|
|
|
2018-08-17 20:47:49 +03:00
|
|
|
|
2018-11-11 15:57:35 +03:00
|
|
|
CQtDeployer.depends=QuasarAppLib
|
2018-08-17 20:47:49 +03:00
|
|
|
QuasarAppLib.file = $$PWD/QuasarAppLib/QuasarApp.pro
|