4rtzel / cmake-qml-plugin-example

QML plugin example written with CMake
62 stars 16 forks source link

Qt Creator did not recognized the module #4

Open hericah opened 3 years ago

hericah commented 3 years ago

Qt Creator did not recognize the module, in the editor, I got the message QML Module was not found in the import line. How to resolve it? and make the qt creator can suggest the auto-completion?

4rtzel commented 3 years ago

@hericah, I downloaded a fresh Qt Creator 4.15.2 on my Linux machine and was able to successfully open and build the project. Here is how it looked on my machine: image

Could you provide some more info on how you're trying to build the project?