1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-16 07:22:34 +02:00

Fix copying of korean font

This commit is contained in:
Elias Steurer 2020-07-09 18:43:02 +02:00
parent 6913934e46
commit dd9cf8c46e

View File

@ -90,7 +90,8 @@ target_include_directories(${PROJECT_NAME}
${QT_TELEMTRY_INCLUDE}
${QT_BREAKPAD_INCLUDE})
configure_file(assets/fonts/NotoSansCJKkr-Regular.otf ${CMAKE_BINARY_DIR}/bin/assets/fonts/ COPYONLY)
file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/bin/assets/fonts)
configure_file(assets/fonts/NotoSansCJKkr-Regular.otf ${CMAKE_BINARY_DIR}/bin/assets/fonts COPYONLY)
execute_process(COMMAND git log --pretty=format:'%h' -n 1