Quick-Turn-Studio / CLionSupportForQt

19 stars 0 forks source link

Qrc QML Import Path #16

Closed vaclav-seidl closed 4 years ago

vaclav-seidl commented 4 years ago

QML engine supports importing QML files from Qt resources file (e.g. import "qrc:/qt-project.org/imports") as described in the documentation.

This fails with QmlTokenType.FOLDER_PACKAGE_NAME or QmlTokenType.PACKAGE_NAME expected, got '"' and usually breaks syntax for the rest of the file.

grabusr commented 4 years ago

Hi Václav,

Version 0.9.3 with a fix for that is available to download. Please confirm if it solves the issue.

vaclav-seidl commented 4 years ago

Hi, I can confirm it has been indeed fixed. Thank you!