Whenever I try to run my QT desktop application using a qml file that imports
import QtQuick.Controls 1.0
I get the following error: main.qml:2:1: module “QtQuick.Controls” is not installed
I am using QT5.1 for Android (Windows 32bit). Do I need to get the QtQuick Controls separately? My impression is that they are included in the QT5.1 SDK I downloaded.
Any help would be greatly appreciated.
Thanks,
Thoran
↧