Fix installation of the SSG headers for framework builds

The QtQuick3D semi-public headers were not installed correctly due to a
typo in QtModuleHelpers. This amends 9c3c87f6d0

Change-Id: Iec6ed4e1785fbb1189385104f476c37481ef47fb
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
This commit is contained in:
Christian Strømme 2023-10-10 14:47:13 +02:00
parent c6c0a7bd01
commit 4bf444bef9

View File

@ -1235,7 +1235,7 @@ function(qt_internal_install_module_headers target)
PRIVATE ${arg_PRIVATE}
QPA ${arg_QPA}
RHI ${arg_RHI}
SSG ${arg_ssg}
SSG ${arg_SSG}
)
else()
if(arg_PUBLIC)