mirror of
https://github.com/QuasarApp/SoundBand.git
synced 2025-04-26 07:14:31 +00:00
24 lines
443 B
Prolog
24 lines
443 B
Prolog
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
|
|
include($$PWD/installer/deploy/deployFiles.pri)
|
|
message( DEPLOY_FILES_MASTER = $$DEPLOY_FILES)
|
|
|
|
|
|
SUBDIRS += Sync \
|
|
QuasarAppLib/QuasarApp.pro \
|
|
SoundBand \
|
|
CQtDeployer \
|
|
tests
|
|
|
|
SoundBand.depends = Sync QuasarAppLib/QuasarApp.pro
|
|
|
|
CONFIG(release, debug|release): {
|
|
|
|
SUBDIRS += installer
|
|
|
|
} else {
|
|
message( Selected Debug mode. The installer will not be created )
|
|
|
|
}
|