There is a command called ldd that you can run on your linux app that should tell you which libs it uses and where it finds them.
Alan On Tue, Dec 22, 2009 at 3:11 PM, Chasc <[email protected]> wrote: > Hi, > > I have generated a shared library (.so file) and am trying to run an app > I have developed in Qt-creator using the library but so far without > success. Can anybody help me with this or perhaps direct me to the > relevant documentation? My platform is linux. > > Thanks in anticipation, > > pcor > > > > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.trolltech.com/mailman/listinfo/qt-creator >
_______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
