diff options
-rw-r--r-- | client/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index 7e9d720..f50dda1 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -51,7 +51,7 @@ add_custom_target( buttons-prepare-images ) add_custom_command( OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/buttons.h - COMMAND ${UIC_EXECUTABLE} -obuttons.h.in -embed buttons ${buttons_IMAGES} + COMMAND ${TQUIC_EXECUTABLE} -obuttons.h.in -embed buttons ${buttons_IMAGES} COMMAND sed "s/factory/bfactory/" < buttons.h.in > buttons.h WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} COMMENT "Embed images for buttons" |