QtUtils: Add UTF8CodePointCountValidator

This commit is contained in:
Techjar
2020-07-16 18:47:51 -04:00
parent c59648337a
commit 92812d0b0b
4 changed files with 47 additions and 3 deletions

View File

@ -235,6 +235,8 @@ add_executable(dolphin-emu
QtUtils/ParallelProgressDialog.h
QtUtils/ImageConverter.cpp
QtUtils/ImageConverter.h
QtUtils/UTF8CodePointCountValidator.cpp
QtUtils/UTF8CodePointCountValidator.h
QtUtils/WindowActivationEventFilter.cpp
QtUtils/WindowActivationEventFilter.h
QtUtils/WinIconHelper.cpp
@ -459,8 +461,8 @@ if(APPLE)
include(DolphinPostprocessBundle)
dolphin_postprocess_bundle(dolphin-emu)
# Fix rpath
add_custom_command(TARGET dolphin-emu
POST_BUILD COMMAND
add_custom_command(TARGET dolphin-emu
POST_BUILD COMMAND
${CMAKE_INSTALL_NAME_TOOL} -add_rpath "@executable_path/../Frameworks/"
$<TARGET_FILE:dolphin-emu>)
else()