1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 08:22:33 +02:00

Add copy of korean fonts

This commit is contained in:
Elias Steurer 2020-05-01 17:43:44 +02:00
parent bd77099c06
commit fba846ab99

View File

@ -80,6 +80,12 @@ target_include_directories(${PROJECT_NAME}
${QT_TELEMTRY_INCLUDE}
${QT_BREAKPAD_INCLUDE})
install(FILES
assets/fonts/NotoSansCJKkr-Regular.otf
DESTINATION
${CMAKE_BINARY_DIR}/assets/fonts/ )
execute_process(COMMAND git log --pretty=format:'%h' -n 1
OUTPUT_VARIABLE GIT_VERSION