In our app we are using some static external libraries, those are compiled properly with qt creator on linux. But when we are using these libraries in our application libraries path is taking but its showing error like
File Not Found:/Home/<User>/Desktop/<applicationName>/<LibraryName.a>(objectName.o)

We included the libs in .pro file, still error coming. Any help..??