Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.0
-
None
-
8fd05e6289a3190a9e1e5056ecff2a0e02aac2c2
Description
moc fails to parse a certain string and silently stops parsing the header file and not generating the output.
the code that moc fails on is the following string declaration
foo("bar""baz");
adding a space between quote characters or removing double quote fixes the problem.
Attachments
Issue Links
- is duplicated by
-
QTBUG-19393 qmake silently stops parsing .cpp files with consecutive string literals with no whitespace, fails to generate dependencies on .moc
- Closed