SoundBand/SoundBand.pro
2018-08-19 19:16:21 +03:00

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 )
}