mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-01 18:37:50 +02:00
Fixed non-Qt build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user