diff options
Diffstat (limited to 'lang/qt/tests/t-support.cpp')
-rw-r--r-- | lang/qt/tests/t-support.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/qt/tests/t-support.cpp b/lang/qt/tests/t-support.cpp index 2b21ce78..86372f70 100644 --- a/lang/qt/tests/t-support.cpp +++ b/lang/qt/tests/t-support.cpp @@ -33,6 +33,11 @@ #include <QTest> +#include <QProcess> +#include <QCoreApplication> +#include <QObject> +#include <QDir> + void QGpgMETest::initTestCase() { const QString gpgHome = qgetenv("GNUPGHOME"); |