Expose current android app name to source code

This commit is contained in:
Brad Davis 2019-01-30 10:38:24 -08:00
parent c3c22aa84c
commit fed9e27a66

View file

@ -80,6 +80,7 @@ endif()
if (ANDROID)
set(GLES_OPTION ON)
set(PLATFORM_QT_COMPONENTS AndroidExtras WebView)
add_definitions(-DHIFI_ANDROID_APP=\"${HIFI_ANDROID_APP}\")
else ()
set(PLATFORM_QT_COMPONENTS WebEngine)
endif ()