Platform: Windows(VS2012) and OSX
Built from: Qt Installer
Version: 5.1
Now if I create a new QML project from QtCreator, everything works fine(intellisense wise).
However if I generate the project via importing CMakeLists.txt (CMake generator) file, the application runs and functions fine however while editing the qml file there is no intellisense support for most of the file.
Pls note the application itself compiles and run’s fine. It’s just the design time complains about not finding the module and thus the Design tab is completely un-usable making it quite annoying to work with.
Finally it also seems to pick up the QtQuick 2.1 line fine, it’s just the other one’s it’s complaining about. Not really sure where or how to try adding this “QML_IMPORT_PATH” vis CMake since it seems to a design time only problem and build/run-time seems to locate all requirements correctly
↧