Issue in QT 4.8.6 with QPA configured on Mac OsX

132 views Asked by At

I have a strange issue with the qt libraries built with QPA configured. Configure that I use is

./configure -release -opensource -confirm-license -shared -qpa

Once Qt libraries are done compiling,when u check the dependency on each libraries, its giving dependency on each libraries even though linking while building was successful. For example, libQtGui.dylib library shows a dependency on libQtCore.dylib. Similarly for other Qt libraries. Only library that doesnot give any dependency is QTCore dynamic library. Well this is really strange, considering I have built and installed in the same machine and when I try to build a GUI application it links fine but gives dependency issues when i launch it. I dont have any other qt libraries installed and googled this issue without any help.

0

There are 0 answers