mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-06 17:33:25 +02:00
WIP
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
|
||||
*/
|
||||
|
||||
#if defined(HAVE_QT)
|
||||
|
||||
#include "layAbstractMenu.h"
|
||||
|
||||
#include "tlUnitTest.h"
|
||||
@@ -184,3 +186,4 @@ TEST(3_ActionReferences)
|
||||
EXPECT_EQ (action.get () == 0, true);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
*/
|
||||
|
||||
|
||||
#if defined(HAVE_QT) // @@@
|
||||
#include "layBitmapsToImage.h"
|
||||
#include "layBitmap.h"
|
||||
#include "layDitherPattern.h"
|
||||
@@ -940,3 +940,4 @@ TEST(1)
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
|
||||
*/
|
||||
|
||||
#if defined(HAVE_QT) // @@@
|
||||
|
||||
#include "layNetlistBrowserTreeModel.h"
|
||||
#include "tlUnitTest.h"
|
||||
|
||||
@@ -103,3 +105,5 @@ TEST (2)
|
||||
EXPECT_EQ (model->parent (model->index (1, 0, inv2PairIndex)).isValid (), true);
|
||||
EXPECT_EQ (model->parent (model->index (1, 0, inv2PairIndex)).internalId () == inv2PairIndex.internalId (), true);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user