Is it a bug in Qt Creator?
-
wrote on 10 May 2024, 07:20 last edited by
-
What is se.qt.mymodule and where is it located?
-
... and why do you develop under root?
-
@jsulm
The "se.qt.mymodule" module is located in /opt/modules/the qml-demo project lies in /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! -
wrote on 10 May 2024, 11:28 last edited by
The project can run successfully using QtCreator 9.0 .
-
@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
-
@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
wrote on 11 May 2024, 15:33 last edited by open-src 5 Nov 2024, 15:34@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.
1/8