Fixed non-Qt build

This commit is contained in:
Matthias Koefferlein
2022-05-05 23:44:47 +02:00
parent 6feed82808
commit 51666eb439
4 changed files with 16 additions and 3 deletions
@@ -103,6 +103,7 @@ static bool compare_images (const lay::BitmapBuffer &img, const lay::BitmapBuffe
#endif
#if defined(HAVE_QT) // @@@
TEST(1)
{
lay::LayoutView lv (0, false, 0);
@@ -169,3 +170,4 @@ TEST(3)
EXPECT_EQ (compare_images (qimg, au), true);
}
#endif