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

fix android version

This commit is contained in:
Andrei Yankovich 2018-08-21 12:21:50 +03:00
parent 5bbeac1dbf
commit a64081790c

@ -13,6 +13,8 @@ SUBDIRS += Sync \
SoundBand.depends = Sync QuasarAppLib/QuasarApp.pro
!android:{
message(desktopVersion: enabled)
CONFIG(release, debug|release): {
SUBDIRS += installer
@ -21,3 +23,4 @@ CONFIG(release, debug|release): {
message( Selected Debug mode. The installer will not be created )
}
}