mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-08 12:13:41 +02:00
Enabled Qt-less builds, tests passing
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user