more debugs

This commit is contained in:
Michael Zanetti 2020-11-04 17:01:46 +01:00
parent 54e8ccbc79
commit 57cf55c1ac

View File

@ -154,9 +154,9 @@ ubports: {
SOURCES += platformintegration/ubports/pushclient.cpp
}
message("BRANDING is: $${BRANDING}")
BR=$$BRANDING
!equals(BR, "") {
message("Branding the style to: $${BR}")
DEFINES += BRANDING=\\\"$${BR}\\\"
win32:RCC_ICONS += ../packaging/windows_$${BR}/packages/io.guh.$${BR}/meta/logo.ico
} else {