Is it a bug in Qt Creator?
-
What is se.qt.mymodule and where is it located?
-
... and why do you develop under root?
-
@open-src said in Is it a bug in Qt Creator?:
the qml-demo project lies in /root/
Why?
You never ever should work as root! -
@open-src Looks like Qt Design Studio doesn't handle absolute paths in
importPaths
. Please open a bug report at https://bugreports.qt.io/ and share your link here.For now, you can try
"../../opt/modules/"
. But I agree with the others: it is not a good idea to develop, build, and test apps asroot
-
@JKSH said in Is it a bug in Qt Creator?:
@open-src Looks like Qt Design Studio doesn't handle absolute paths in importPaths.
Thanks, that‘s what I means.
@JKSH said in Is it a bug in Qt Creator?:
But I agree with the others: it is not a good idea to develop, build, and test apps as root
Thanks, I know it, and I won't be using the root user in my official work.