Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P4: Low
-
Resolution: Done
-
Affects Version/s: Qt Creator 4.6.0
-
Fix Version/s: Qt Creator 4.10.0-rc1
-
Component/s: Documentation
-
Labels:None
-
Commits:f8bebf501b87863c89096f594a87032e184b5c9b (qt-creator/qt-creator/4.10)
Description
Hello,
in the documentation, targetting 'Specifying Build Settings' is a mismatch between the Operating Systems the examples are meant for.
All have Windows-OS as a target for the examples. Clearly identified by the fact that all paths start with c: and have the windows \ separator for folders.
However, the 'Batch Editing' example is from a Linux environment: PATH=/opt/bin:${PATH}.
It has / as separators between folders, this on it's own does not matter much, but the PATH-variable seperator on Linux is a : and on Windows it's a ;
This is confusing for the reader and should be clearly separated for the operating systems.