Enabled Qt-less builds, tests passing

This commit is contained in:
Matthias Koefferlein
2022-05-07 20:41:46 +02:00
parent 0198c7cd69
commit 7b85bf7de2
7 changed files with 80 additions and 36 deletions
@@ -69,6 +69,8 @@ static bool compare_images_mono (const QImage &qimg, const std::string &au)
}
}
#endif
static bool compare_images (const lay::PixelBuffer &img, const lay::PixelBuffer &img2)
{
return img == img2;
@@ -79,8 +81,6 @@ static bool compare_images (const lay::BitmapBuffer &img, const lay::BitmapBuffe
return img == img2;
}
#endif
#if defined(HAVE_QT)
TEST(1)
{