My project group and I are trying to integrate QT Libraries with the ARIA libraries necessary for operation of an ActivMedia robot.
Initially we modified the qmake.conf file and placed the modified file in the working directory, having added the necessary library flags. Unfortunately, when we run qmake -project, qmake, make the Aria libraries still are not added into the compiler statements.

If anyone could provide help regarding including external libraries, like the ARIA ones, into a QT program, it would be very much appreciated.