Info on QML installation and deployment..!
-
Hi i need some info regarding the QML, right now in our embedded device we are running Qt-4.7.4 & 5.5.0 and we are trying to develop applications in QML along with Qt and we tried to run some sample applications of QML in our device but i found there is a lag and some are unable to run properly.
In my observation we are having QtQuick 1.0 in our device in need to install the latest of QML for our device and the device is running on the ARM architecture with Linux OS 32-bit having kernel version-3.X i have browsed in net and i am trying to build by the use info that was present in the Qt assistant too.Still i need some help does any one are having documents are links that can help me.I hope i have posted similar type of question a few months earlier please ignore it,
Please Guide me
Thanks in advance, -
@Rohith
QtQuick 1.0 based on Qt4 were based on Qt Graphics and lacked hardware acceleration. Perhaps this is the lag that you are talking about ?
Since you also have Qt5 why dont you port your application to QtQuick 2.x ? Pretty sure you will find a boost. -
I meant are you creating application directly on the device ? In that case why dont you use QtCreator? This will automatically detect the installed kit and compiling will be easy or can be manually set.
The error you are encoutering is proabably because the Qt Libs were not found by your application. -
@Rohith Not unless you compile and deploy that module again. Do you remember if you skipped any of the required modules ? You can check
config.status
to check with what options the Qt was built.
Here is a list of modules:
http://doc.qt.io/qt-5/qtmodules.html#qt-essentials
Check if you missed any of the QML related module.