Set PACKAGES always to parent scope
Release notes
Set PACKAGES always to parent scope in CMakeLists file
Details
The PACKAGES_STR
wasn't picked up by QFramewok since the query whether PARENT_SCOPE
exists was not working. After quick investigations it seems to be safe to always set the PACKAGES to the parent scope (as was a few commits ago), such that they are picked up by QFramework again.