From Qt Designer docs:
For example, qmake can configure the build process to take advantage of external libraries that are supported by pkg-config, such as the D-BUS and ogg libraries, with the following lines:
CONFIG += link_pkgconfig
PKGCONFIG += ogg dbus-1
More information about features can be found in the Adding New Configuration Features section of the qmake Advanced Usage chapter.