Unable to setup Qt Quick Project using Qtcreator 4.5.1 based on Qt 5.10.1
Unsolved
QML and Qt Quick
-
Hello,
I'm using Qt creator 4.5.1 to develop cross platform application for beagleboard x15 based on Qt 5.9.6 LTS
While trying to create Qt Quick Application but not succeded yet.
I've setup AM57xx kit which can build widget based application successfully.
While trying edit QML based UI file It show Cannot connect to QML Emulation Layer(QML Puppet).Where my .pro file contains
QML_IMPORT_PATH = $$PWD/qml/QtQuick/Controls.2/Material
QML_IMPORT_PATH = $$PWD/qml/QtQuick/Window.2QML_DESIGNER_IMPORT_PATH = $$PWD/qml/QtQuick/Controls.2/Material