summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-11 22:55:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-11 22:55:11 +0900
commit019e2585748d42a50ef2daf6a6e451030361ea0f (patch)
tree001ccff85ff4c396e337f82ae4113ac77130fe05 /config
parent2979361b14eeede189d07ca91560cb93747f14d1 (diff)
downloadtde-style-baghira-019e2585748d42a50ef2daf6a6e451030361ea0f.tar.gz
tde-style-baghira-019e2585748d42a50ef2daf6a6e451030361ea0f.zip
Use tquic directcly
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'config')
-rw-r--r--config/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/CMakeLists.txt b/config/CMakeLists.txt
index fb51d78..ce855c9 100644
--- a/config/CMakeLists.txt
+++ b/config/CMakeLists.txt
@@ -27,7 +27,7 @@ set( _header pixmaps.h )
add_custom_command(
OUTPUT ${_header}
COMMAND
- ${UIC_EXECUTABLE} -embed baghira ${_pics} |
+ ${TQUIC_EXECUTABLE} -embed baghira ${_pics} |
${SED_EXECUTABLE}
-e 's|void qInitImages_baghira|static void qInitImages_baghira|'
-e 's|void qCleanupImages_baghira|static void qCleanupImages_baghira|'