PDA

View Full Version : Anybody using PQlib under Ubuntu?



feraudyh
3rd May 2010, 20:00
Hi
I want to link a PQLib application in Ubuntu and I dont know what to use for my QtCreator project file.

axeljaeger
13th July 2010, 19:19
Find out where the includes for that lib are and add those dir(s) to the INCLUDEPATH. Further find out which .so-files belong to that library and add them to LIBS. You should be able to figure that out using the package manager of your distro by showing the contents of the package pqlib, pqlib-dev or similar.