mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-08 03:52:42 +01:00
Fix copying of korean font
This commit is contained in:
parent
6913934e46
commit
dd9cf8c46e
@ -90,7 +90,8 @@ target_include_directories(${PROJECT_NAME}
|
|||||||
${QT_TELEMTRY_INCLUDE}
|
${QT_TELEMTRY_INCLUDE}
|
||||||
${QT_BREAKPAD_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
|
execute_process(COMMAND git log --pretty=format:'%h' -n 1
|
||||||
|
Loading…
Reference in New Issue
Block a user