Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
Qt Creator 11.0.3
-
None
-
13efeb4c2 (12.0)
Description
qt6_add_translations() adds two custom CMake targets to a library/executable target: <target>_lupdate and <target>_lrelease. Anyhow, only the last one is auto-completed in the Locator.
How to reproduce
- Open "Arrow Pad Example" from e.g. Qt 6.6.0.
- Start typing "cm arrowpad" in the locator
- Locator shows "arrowpad"and "arrowpad_lrelease" targets. "arrowpad_lupdate" is missing.