Does Qt use pkg-config
?
If not, what is the best way to find where Qt is installed for the Automake & friends
project?
My project is based on the Autotools and Makefile is generated by Anjuta.
There are bunch of results on Google, however I can’t find one that will really help. So hopefully this will be one for everybody.
Also – don’t answer like You should switch to CMake or Qmake
. I have a big code base that builds perfectly with GTK+, except I am trying to incorporate some Qt specific functionality. (Project itself is wxWidgets-based).
8