Details
-
Technical task
-
Resolution: Won't Do
-
P3: Somewhat important
-
None
Description
If qmllint is executed on qml files from the build dir, that will show warning messages pointing to the file paths in the build dir, which if a user edits, might be overwritten later because it's not the original source file.
Consider if we can hard link qml files instead of copying them into the build dir. Thus if a user in an IDE clicks the warning, they'd still fix the correct file.