Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.5.0
-
67c6d77e5 (dev), e92460baa (dev), 3c6715b9d (6.5), df16995be (6.5)
Description
Please find the attached reproducer and run it on Qt6.5.0.
Trying to add translation from CMakeLists.txt in subdirectory 'translations': CMake cannot find source file xxx.qm.
Trying to add translation from CMakeLists.txt in root (parent) subdirectory: works fine.
However, adding translation from subdirectory works in Qt6.4.x.
The issue seems to influence many other CMake commands that involves 'target', e.g., add shader or add resource.