Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.7.2
-
67ae983d1 (dev), 874de7801 (6.8), bc8f3e0c0 (dev), 678621c23 (6.8)
Description
Create QML file:
import "../lib" Anything {}
Run it through qmlimportscanner:
path/to/qmlimportscanner -qmlFile /path/to/file.qml
It seems to be simply dropping the .. from 'path':
[ { "name": "../lib", "path": "/path/to/lib", "type": "directory" } ]