penk / qml-chewing

The Chewing engine for Qt/QML virtual keyboard
8 stars 1 forks source link

latest Qt4 support #1

Open jserv opened 11 years ago

jserv commented 11 years ago

While executing qml-chewing with Qt 4.8, I encounter the following messages:

static bool QDeclarativeMetaType::isModule(const QByteArray&, int, int) Qt 4.7 import detected; please note that Qt 4.7 is directly reusable as QtQuick 1.x with no code changes. Continuing, but startup time will be slower.

It seems that this package might have to migrate the usage for QtQuick APIs.

penk commented 11 years ago

It's easy to fix in Qt 4.8, just replace import Qt 4.7 with import QtQuick 2.0 in .qml file, however I'm planning to migrate to Qt5.1.1 and QtQml plugin.

jserv commented 11 years ago

Look forward to the migration. :-)