I cannot deploy a Qt Quick application on Mac OS X 10.10.1, Qt 5.3.2.
I run
macdeployqt applicationName.app
but when I run the final app, I get (using terminal) the following error:
QQmlApplicationEngine failed to load component
qrc:/main.qml:2 module "QtQuick.Controls" is not installed
qrc:/main.qml:1 module "QtQuick" is not installed
qrc:/main.qml:2 module "QtQuick.Controls" is not installed
qrc:/main.qml:1 module "QtQuick" is not installed
↧