From 019e2585748d42a50ef2daf6a6e451030361ea0f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 11 Oct 2024 22:55:11 +0900 Subject: Use tquic directcly Signed-off-by: Michele Calgaro --- style/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'style') diff --git a/style/CMakeLists.txt b/style/CMakeLists.txt index 6c3d5ff..d77299e 100644 --- a/style/CMakeLists.txt +++ b/style/CMakeLists.txt @@ -69,7 +69,7 @@ set( _header pixmaps.h ) add_custom_command( OUTPUT ${_header} - COMMAND ${UIC_EXECUTABLE} + COMMAND ${TQUIC_EXECUTABLE} ARGS -o ${_header} -embed baghira ${_pics} DEPENDS ${_pics} ) -- cgit v1.2.1