From 7a6850d5fe38b4e19f12d0dc658c8b05ad0ea3bb Mon Sep 17 00:00:00 2001 From: Janek Bevendorff Date: Wed, 24 Jan 2018 13:22:20 +0100 Subject: Move useful QTest template specializations to global header file Fix KDBX test linker errors on Windows --- tests/TestBase32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/TestBase32.cpp') diff --git a/tests/TestBase32.cpp b/tests/TestBase32.cpp index 1d30e7817..1fe61f9f3 100644 --- a/tests/TestBase32.cpp +++ b/tests/TestBase32.cpp @@ -16,8 +16,8 @@ */ #include "TestBase32.h" +#include "TestGlobal.h" #include "core/Base32.h" -#include QTEST_GUILESS_MAIN(TestBase32) -- cgit v1.2.3