Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 14.0.0
Description
After spending few hours on founding solution I'm forced to report this as a bug. I saw a lot of very similar issues on various forums and bugs created here yet still couldn't solve this one.
I'm using Qt Creator 14.0.0, QT 6.7.2, cmake 3.28.0-rc5, msvc 2019.
I'm following guidelines how to add qml modules. Code compiles and runs fine. Qt creator is not able to detect imports. There are various workaround like adding QML_IMPORT_PATH or using "import qml.extra". But this has drawback that Qt Creator code navigation redirects to "build/" directory instead of source files from "qml/extra/".