Link against the correct Gpgme++ flavor.
QGpgme is using the pthread flavor on Unix, kdepim was using the vanilla
one, resulting in both ending up in the final program. Both have the same
symbol names, so behavior is ... interesting.
This fixes the test_verify unit test failure at least.