mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-27 10:14:32 +00:00
16 lines
365 B
Prolog
16 lines
365 B
Prolog
#
|
|
# 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.
|
|
#
|
|
|
|
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS += QuasarAppLib \
|
|
CQtDeployer
|
|
|
|
|
|
QuasarAppLib.file = $$PWD/QuasarAppLib/QuasarApp.pro
|