mirror of
https://github.com/QuasarApp/SoundBand.git
synced 2025-04-25 23:04:31 +00:00
28 lines
497 B
Prolog
28 lines
497 B
Prolog
|
|
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
|
|
ENABLE_INSTALLER = 1 #only desctop
|
|
|
|
SUBDIRS += QuasarAppLib/QuasarApp.pro \
|
|
Sync \
|
|
SoundBand \
|
|
tests
|
|
|
|
SoundBand.depends = Sync QuasarAppLib/QuasarApp.pro
|
|
|
|
equals( ENABLE_INSTALLER, 1) {
|
|
!android:{
|
|
message(desktopVersion: enabled)
|
|
CONFIG(release, debug|release): {
|
|
|
|
SUBDIRS += installer
|
|
|
|
} else {
|
|
message( Selected Debug mode. The installer will not be created )
|
|
|
|
}
|
|
}
|
|
}
|
|
|