Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Done
-
Affects Version/s: 1.10.1, 1.11.1, 1.12.2
-
Fix Version/s: 1.12.0
-
Component/s: Dependency Tracking
-
Labels:None
-
Environment:KDE Neon 16.04
-
Commits:24b624b09388e4ea27de38e058b3d3d59e67bb30
Description
We have a .cpp file that starts with a UTF8 BOM marker, like so:
<U+FEFF>#include "myheader.h"
#include <QDebug>
...
Qbs is not able to scan the first line, so all the dependencies on myheader.h etc are lost.
The second line is parsed correctly.