summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-11 22:55:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-11 22:55:55 +0900
commit25520ed661b2f26f08a54b76db9be8d984320b20 (patch)
tree7c2241764f3bda33dcb359ef1411804bad724958
parenta9cc009dd9a20242af5d34758a139865c02c3be3 (diff)
downloadtde-style-polyester-25520ed661b2f26f08a54b76db9be8d984320b20.tar.gz
tde-style-polyester-25520ed661b2f26f08a54b76db9be8d984320b20.zip
Use tquic directcly
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--client/CMakeLists.txt2
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"