-
Type:
Task
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: 6.0
-
Fix Version/s: None
-
Component/s: Build tools: qdoc
-
Labels:None
-
Technical Risk:Normal
-
Commits:9d1dd394191001cf2bc456cf73e702eeb7bac400 (qt/qttools/dev)
-
Story Points:3
-
Sprint:Da Vinci sprint 18
QDoc deletes the contents of the directory specified by -outputdir - this is dangerous for users that do not expect that behavior. It's also somewhat unnecessary; the goal, as far as I understand it, was to avoid stale content in the output directory after multiple runs. Instead, we should check if the output directory is not empty and warn/error out accordingly.