summaryrefslogtreecommitdiffstats
path: root/src/activeqt/control/Qt6AxServerMacros.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'src/activeqt/control/Qt6AxServerMacros.cmake')
-rw-r--r--src/activeqt/control/Qt6AxServerMacros.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/activeqt/control/Qt6AxServerMacros.cmake b/src/activeqt/control/Qt6AxServerMacros.cmake
index df7a643..24cbaab 100644
--- a/src/activeqt/control/Qt6AxServerMacros.cmake
+++ b/src/activeqt/control/Qt6AxServerMacros.cmake
@@ -85,8 +85,8 @@ function(qt6_target_idl target)
set(rc_files "$<FILTER:$<TARGET_PROPERTY:${target},SOURCES>,INCLUDE,\\.rc$>")
set(have_rc_files "$<NOT:$<BOOL:$<STREQUAL:${rc_files},>>>")
- set(no_rc_cmd "echo \"No rc-file linked into project. The type library of the ${target} \
-target will be a separate file.\"")
+ set(no_rc_cmd "echo$<SEMICOLON>No rc-file linked into project. The type library of the \
+${target} target will be a separate file.")
set(idc_args
"$<SEMICOLON>$<TARGET_FILE:${target}>$<SEMICOLON>/tlb$<SEMICOLON>${output_tlb}")