-
Notifications
You must be signed in to change notification settings - Fork 27
Description
Which prevents the "declarative" example from building:
Reading /pillow/examples/declarative/declarative.pro [build-pillow-Android_Qt_5_6_0_Android_GCC_arm_4_9-Release/examples/declarative]
Project ERROR: Unknown module(s) in QT: declarative
15:54:05: The process "/opt/Qt5.6.0-beta/5.6/android_armv7/bin/qmake" exited with code 3.
Error while building/deploying project pillow (kit: Android Qt 5.6.0 Android GCC (arm-4.9))
When executing step "qmake"
In the QML, "import QtQuick 1.0" needs to be updated to 2.X, and numerous QtQuick 1 calls need to be ported to QtQuick 2 in accompanying C++ implementation.
See https://wiki.qt.io/New_Features_in_Qt_5.6
"Removed Modules
With Qt 5.6 the following modules are no longer part of the release packages, but users can still build them from source:
Qt WebKit
Qt Declarative (Qt Quick 1)"