View Single Post
Posts: 190 | Thanked: 129 times | Joined on Mar 2010 @ Bavaria, Germany
#2
You should use pkg-config.

Add the following to your .pro file (for gtkmm)
Code:
CONFIG += link_pkgconfig
PKGCONFIG += gtkmm-2.4

Last edited by gri; 2010-04-03 at 13:36.