Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - additional libs needed for Qt - my list: Page 1 of 5 (5 Items)
   
additional libs needed for Qt - my list  
Here is the list of additional libs I put into my system to run Qt. Surely helpful if you are building your own!

libcrypto.so.2
libfontconfig.so.1
libfreetype.so.1
libiconv.so.1
libicudata.so.49
libicui18n.so.49
libicuuc.so.49
libpps.so.1
libslog2.so.1
libssl.so.2
libxml2.so.1
libz.so.2

Note that some of those libs are quite large. Following the "memory is cheap nowadays" approach, no one seems to care 
which libs are really needed and how big they are.

Additionally, Qt itself is inconsistent linking to C++ libs: you need libcpp.so.5 AND libcpp.so.4 AND libcpp-ne.so.5. 
But who am I to disagree? ;-)

Hope this helps,

- Malte