mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
Fixed Autotools build
This commit is contained in:
parent
7498c98043
commit
0138d5eed6
@ -39,7 +39,6 @@ CustomSimDialog::CustomSimDialog(SpiceCustomSim *pc, Schematic *sch, QWidget *pa
|
||||
|
||||
setWindowTitle(tr("Edit SPICE code"));
|
||||
QLabel* lblName = new QLabel(tr("Component: ")+comp->Description);
|
||||
QLabel* lblEdt = new QLabel(tr("Spice code editor"));
|
||||
edtCode = new QTextEdit(this);
|
||||
edtCode->insertPlainText(comp->Props.at(0)->Value);
|
||||
|
||||
|
@ -86,7 +86,9 @@ libspicecomponents_a_SOURCES = src_eqndef.cpp \
|
||||
xsp_cmlib.cpp \
|
||||
xsp_codemodel.cpp \
|
||||
spicegeneric.cpp \
|
||||
spicelibcomp.cpp
|
||||
spicelibcomp.cpp \
|
||||
sp_func.cpp \
|
||||
incl_script.cpp
|
||||
|
||||
|
||||
#nodist_libcomponents_a_SOURCES = $(MOCFILES)
|
||||
@ -147,7 +149,9 @@ noinst_HEADERS = src_eqndef.h \
|
||||
xsp_cmlib.h \
|
||||
xsp_codemodel.h \
|
||||
spicegeneric.h \
|
||||
spicelibcomp.h
|
||||
spicelibcomp.h \
|
||||
sp_func.cpp \
|
||||
incl_script.cpp
|
||||
|
||||
|
||||
AM_CPPFLAGS = $(X11_INCLUDES) $(QT_INCLUDES) -I$(top_srcdir)/qucs
|
||||
|
Loading…
x
Reference in New Issue
Block a user