i just compiled the git version of this application together with the QMLWidget thing, but whenever I start the software, I'm receiving the following error:
QQmlApplicationEngine failed to load component
qrc:/main.qml:137:5: Type TerminalContainer unavailable
qrc:/TerminalContainer.qml:23:5: Type PreprocessedTerminal unavailable
qrc:/PreprocessedTerminal.qml:97:9: Cannot assign to non-existent property "blinkingCursor"
Cannot load QML interface
Are there any undocumented dependencies that I'm missing
Hello all,
i just compiled the git version of this application together with the QMLWidget thing, but whenever I start the software, I'm receiving the following error:
QQmlApplicationEngine failed to load component qrc:/main.qml:137:5: Type TerminalContainer unavailable qrc:/TerminalContainer.qml:23:5: Type PreprocessedTerminal unavailable qrc:/PreprocessedTerminal.qml:97:9: Cannot assign to non-existent property "blinkingCursor" Cannot load QML interface
Are there any undocumented dependencies that I'm missing