Closed felix-salfelder closed 6 years ago
On Sun, Jul 15, 2018 at 02:36:17PM -0700, Guilherme Brondani Torri wrote:
guitorri commented on this pull request.
@@ -1,13 +1,12 @@
include "qucs.h"
include "schematic.h"
+#include "SchematicTests.h"
Why do you have to split the header?
moc only needs to see the class declaration. this is how it is done in the other places (more or less). common.mk.
it looks right to me, and didn't want to reinvent the wheel.
trying to make qucs/tests work with autotools