Qt 6.11 is out! See what's new in the release
blog
Do QML files support UNIX shebangs?
-
In a
.QMLfile, is#!/usr/lib64/qt6/bin/qmlsyntactically acceptable as the first line, for when Ichmod +xthe file? -
In a
.QMLfile, is#!/usr/lib64/qt6/bin/qmlsyntactically acceptable as the first line, for when Ichmod +xthe file?@RokeJulianLockhart
Have you read through https://www.ics.com/blog/whole-shebang-running-qml-files-directly ?Apparently it works? But I have to say, since QML files use
//not#for comment line, I don't see why or how or where it is documented.... -
R RokeJulianLockhart has marked this topic as solved on