summaryrefslogtreecommitdiffstats
path: root/src/scxml/Qt6ScxmlMacros.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'src/scxml/Qt6ScxmlMacros.cmake')
-rw-r--r--src/scxml/Qt6ScxmlMacros.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scxml/Qt6ScxmlMacros.cmake b/src/scxml/Qt6ScxmlMacros.cmake
index d846dfc..066bade 100644
--- a/src/scxml/Qt6ScxmlMacros.cmake
+++ b/src/scxml/Qt6ScxmlMacros.cmake
@@ -41,6 +41,7 @@ function(qt6_add_statecharts target_or_outfiles)
_qt_internal_wrap_tool_command(qscxmlc_command SET
"$<TARGET_FILE:${QT_CMAKE_EXPORT_NAMESPACE}::qscxmlc>")
+ set(outfiles)
foreach(it ${scxml_files})
get_filename_component(outfilename ${it} NAME_WE)
get_filename_component(infile ${it} ABSOLUTE)