Anyone mind giving me a hand with something? I've been trying to package libaccounts-qt but I've been stuck for far too long unable to figure out why it can't find libaccounts-glib, it should use pkg-config to like it finds glib and gobject, but qmake just reports Project ERROR: libaccounts-glib development package not found From Accounts.pro, there is: PKGCONFIG += \ glib-2.0 \ gobject-2.0 \ libaccounts-glib I was running qmake with strace but it wasn't showing anything that seemed all that useful, and I can't see anything wrong with the libaccounts-glib package any ideas?