SciTEQt
SciTEQt copied to clipboard
running MacOS binary fails
When I right click and open to bypass the app signature requirement, the app does not open. So in terminal I ran ./sciteqt.app/Contents/MacOS/sciteqt and got the following output:
QQmlApplicationEngine failed to load component qrc:/app.qml:2541:5: Type SupportDialog unavailable qrc:/SupportDialog.qml:14:1: Type SupportDialogForm unavailable qrc:/SupportDialogForm.ui.qml:10:1: module "QtQuick.Layouts" version 1.15 is not installed
Seems there is a dependency missing...do I need to install some form of Qt for this to work?
BTW I also tried windows version which installed just fine and, while the editor opened, it did not open as a window...it opened in the upper left part of the screen and did not have a window support (e.g. no window bar).
Thank you for your feedback! Unfortunately I hav only a very old Mac, so I can not test the latest Qt builds. I created a new release 0.99.16 with a patch, please try this new version. I also created a binary for Qt 5.15.2 for MacOS.