Skip to content

ECMQmlModule: Fix typo causing _init.cpp to never get prepended a name

Joshua Goins requested to merge work/redstrate/fix-args-typo into master

${ARGS_TARGET} was used instead of ${ARG_TARGET}, making every C++ resource init file always be called _init.cpp, when it really should be prepended with the target name.

Merge request reports