diff options
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6de7d61..e3da9a2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -21,7 +21,7 @@ set( _header buttons.h ) add_custom_command( OUTPUT ${_header} - COMMAND ${UIC_EXECUTABLE} + COMMAND ${TQUIC_EXECUTABLE} ARGS -o ${_header} -embed buttons ${_pics} DEPENDS ${_pics} ) |