SublimeText / QML

QML support for Sublime Text and Sublime Merge
MIT License
28 stars 4 forks source link

env setting in qml.sublime-build prevents from finding qmlscene #4

Closed spooky closed 9 years ago

spooky commented 9 years ago

the line:

"env": {"PATH": "D:\\work\\cpp\\libs\\qt-5.1.0\\5.1.0\\msvc2010\\bin"},

prevents sublime from finding sqmlscene if it is installed in a different dir. Although the docs say that sublime will merge the env variables, it seems that it overrides them instead.

When I removed the line, the build works fine

skozlovf commented 9 years ago

Ok, seems better to remove this path. Will fix in next release.