This commit is contained in:
Matthias Koefferlein
2022-05-01 19:29:20 +02:00
parent 8cbb49d5f9
commit 0a804f2e32
38 changed files with 651 additions and 332 deletions
@@ -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
+2 -1
View File
@@ -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