Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.6.0
-
None
-
Windows11 22H2, Qt Creator 12.0.1 Based on Qt 6.6.0 (MSVC 2019, x86_64) From revision ee75c7276b
Description
Abstract
The Chinese characters in the pri file result in the file content introduced in the pri not being compiled properly. (I have attached the error report for the project)
Bug Sample
My project structure is shown in the following figure, with the introduction of the testpri.pri in the PriTest.pro.
When I use English annotations, the content in Pri is loaded normally,like this.
But when I use Chinese as a comment, the content in the pri file will not be loaded properly!
And more interestingly, the occurrence of errors is also related to the content of the characters. Some Chinese content such as "你好" will not report errors.