[solved] How to make QtCreator support qtquick imports when using CMake?
-
Wasn't sure whether to post this here or in QtQuick forum. Before I begin I should thank you guys for the help, I try to give back and help other users when there's free time. Also, embedding QtQuick qml files in widgets is making me euphoric on how awesome that is.
Now to business, I'm having problems with QtCreator as it won't "import" anything even though I can. The project has been set up to use CMake, which isn't a problem as QtQuick works as expected, but, trying to make QtCreator recognize
QtQuick.Controls
orQtQuick.Dialogs
is impossible right now. I'd like the extra sugar as autocomplete is always a must-have, especially with QML.Screenshots of what I mean:
Any help appreciated.