4
0
mirror of https://github.com/QuasarApp/SoundBand.git synced 2025-05-06 03:59:33 +00:00
SoundBand/SoundBand.pro

23 lines
427 B
Prolog
Raw Normal View History

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