Skip to content

change import "qrc:PanchangaCalculator.js" as Panchanga -> import "qrc:/PanchangaCalculator.js" as Panchanga#52

Merged
khumnath merged 1 commit into
khumnath:mainfrom
wintersnowgod:fix-import-qrc-PanchangaCalculator.js
Jun 9, 2026
Merged

change import "qrc:PanchangaCalculator.js" as Panchanga -> import "qrc:/PanchangaCalculator.js" as Panchanga#52
khumnath merged 1 commit into
khumnath:mainfrom
wintersnowgod:fix-import-qrc-PanchangaCalculator.js

Conversation

@wintersnowgod

Copy link
Copy Markdown
Contributor

Previously in qml/widget.qml
import "qrc:PanchangaCalculator.js" as Panchanga
caused this error when running the widget because of missing / after qrc:

QQmlApplicationEngine failed to load component
qrc:/qml/widget.qml:5:1: Script qrc:PanchangaCalculator.js unavailable qrc:PanchangaCalculator.js: File name case mismatch

to fix it, change it to
import "qrc:/PanchangaCalculator.js" as Panchanga

…c:/PanchangaCalculator.js" as Panchanga

Previously in widget.qml
import "qrc:PanchangaCalculator.js" as Panchanga
caused this error when running the widget because of missing / after qrc:

QQmlApplicationEngine failed to load component
qrc:/qml/widget.qml:5:1: Script qrc:PanchangaCalculator.js unavailable
qrc:PanchangaCalculator.js: File name case mismatch

to fix it, change it to
import "qrc:/PanchangaCalculator.js" as Panchanga
@khumnath khumnath merged commit 109ddaf into khumnath:main Jun 9, 2026
1 check passed
@khumnath

khumnath commented Jun 9, 2026

Copy link
Copy Markdown
Owner

thank you for pointing it. i was on other things these days. need some features and ui improvements too in project, will see now on. thank you for reminder of project too🙂

@wintersnowgod wintersnowgod deleted the fix-import-qrc-PanchangaCalculator.js branch June 9, 2026 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants