2018-08-16 23:20:33 +03:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
CONFIG += ordered
|
|
|
|
|
|
|
|
include($$PWD/installer/deploy/deployFiles.pri)
|
|
|
|
message( DEPLOY_FILES_MASTER = $$DEPLOY_FILES)
|
|
|
|
|
|
|
|
|
2018-08-17 16:06:14 +03:00
|
|
|
SUBDIRS += Sync \
|
|
|
|
QuasarAppLib/QuasarApp.pro \
|
2018-08-19 18:58:56 +03:00
|
|
|
SoundBand \
|
2018-08-19 19:16:21 +03:00
|
|
|
CQtDeployer \
|
|
|
|
tests
|
2018-08-16 23:20:33 +03:00
|
|
|
|
2018-08-17 16:06:14 +03:00
|
|
|
SoundBand.depends = Sync QuasarAppLib/QuasarApp.pro
|
2018-08-16 23:20:33 +03:00
|
|
|
|
|
|
|
CONFIG(release, debug|release): {
|
|
|
|
|
|
|
|
SUBDIRS += installer
|
|
|
|
|
|
|
|
} else {
|
|
|
|
message( Selected Debug mode. The installer will not be created )
|
|
|
|
|
|
|
|
}
|