I followed the guide to create my first Ubuntu Mobile application "currency converter" with QTCreator and QT5. However, the compiler returned the following error message:
module "QtQuick" version 2.0 is not installed
import QtQuick 2.0
The fact is, if I run qmlscene from the terminal, it works fine. QT5 is absolutely installed.
There must be something I should configure in QTCreator that I am not aware of.