Which library to install on target?
-
wrote on 24 Mar 2012, 11:14 last edited by
Hi,
I'm new to Qt Quick. So, This might sound like a dumb question. But I'm struggling with this.
I want to develop a complete UI for my embedded system using Qt Quick. So, I need QML to run my system.
Now, which library to install on my target embedded linux system.
I 've seen this page : http://qt-project.org/downloads but it shows the library with 228MB! which will float my system size abnormally. I expect my system to be around 50MB only! I think this comes with lot of things which I dont want.
So, Can you please help me which to install? & how??Thanks & Regards
inblueswithu -
wrote on 26 Mar 2012, 15:41 last edited by
You're probably looking at the size of the debug versions of the libraries, which are substantially larger than the release versions (which are the ones you would distribute)
-
wrote on 26 Mar 2012, 18:05 last edited by
Hi,
ThankYou for the reply.
You may be correct. But I dont know how to remove those from the release version.
Please give me any idea on that. -
wrote on 26 Mar 2012, 18:08 last edited by
Downloading the source and build the libraries yourself would probably be the easiest solution.
-
wrote on 26 Mar 2012, 18:43 last edited by
Thankyou, Thanks a lot for the reply!
Will see how to do that.Any more ideas are welcome :)
4/5