Cross compile QML libs for ARM?
-
Gitorious has shut down a few years ago. Use git clone
git://code.qt.io/qt/qt5.git
instead. More info: Qt5 build guide. -
Gitorious has shut down a few years ago. Use git clone
git://code.qt.io/qt/qt5.git
instead. More info: Qt5 build guide.@sierdzio said in Cross compile QML libs for ARM?:
git://code.qt.io/qt/qt5.git
thanks.
when i search qml in my arm it shows me these:
./usr/local/Trolltech/QtEmbedded-4.8.5-arm/plugins/qmltooling ./usr/local/Trolltech/QtEmbedded-4.8.5-arm/plugins/qmltooling/libqmldbg_tcp.so ./usr/local/Trolltech/QtEmbedded-4.8.5-arm/plugins/qmltooling/libqmldbg_inspector.so
Is that mean the qml is install in my device or not?
-
QML is in qtdeclarative folder. I see you are using Qt 4 instead of 5 which the guides are for. libqmldbg is the debugger, it does not mean the QtDeclarative module is installed. Please check configure output.
-
QML is in qtdeclarative folder. I see you are using Qt 4 instead of 5 which the guides are for. libqmldbg is the debugger, it does not mean the QtDeclarative module is installed. Please check configure output.