I have a Qt 5.7.0 application. When I run my application it does not start and there is a terminal message saying:
QQmlApplicationEngine failed to load component
qrc:/main.qml:2 module "QtQuick.Controls" version 2.1 is not installed
How can I solve this issue?
Thanks!!