Hi All,
Currently we are working on how to optimize the application's binary size of QT. I need only one QLable and QLineEdit widget in application and i have removed other widgets from the compilation options. Currenlty application link libQtGui and libQtCore library. I have compiled QT for embedded arm architecture. I have compile one sample code and the binary size of the code is around 6MB. Is there any way to optimize the binary size ?
Thanks, Neel