Home GnuPG
Diffusion GPGME d23528cadf42

qt,tests: Fix build in source directory

Description

qt,tests: Fix build in source directory

* lang/qt/tests/Makefile.am (AM_CPPFLAGS): Include Qt binding sources
before C++ binding sources and C sources.

This fixes the problem that the debug.h in the C sources was found
before the one in the Qt bindings.

Details