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

22 lines
405 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 \
SoundBand
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 )
}