Skip to content

Commit

Permalink
Merge pull request #415 from andresmmera/NewFilters4QucsFilterTool
Browse files Browse the repository at this point in the history
New features added to Qucs-filter tool
  • Loading branch information
ra3xdh authored Jul 10, 2017
2 parents 7492c26 + 382c954 commit 4bb7d67
Show file tree
Hide file tree
Showing 36 changed files with 15,629 additions and 101 deletions.
3 changes: 3 additions & 0 deletions qucs/qucs-filter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ ENDIF()

FIND_PACKAGE( Qt4 REQUIRED )
SET( QT_USE_QTGUI TRUE )
SET( QT_USE_QTSVG TRUE )

INCLUDE( ${QT_USE_FILE} )

Expand All @@ -55,6 +56,8 @@ SET(QUCS-FILTER_SRCS
stepz_filter.cpp
tl_filter.cpp
quarterwave_filter.cpp
qw_coupled_ring_filter.cpp
ccoupled_shunt_resonators.cpp
)

SET(QUCS-FILTER_HDRS
Expand Down
4 changes: 4 additions & 0 deletions qucs/qucs-filter/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ qucsfilter_SOURCES = \
main.cpp \
qf_poly.cpp \
quarterwave_filter.cpp \
qw_coupled_ring_filter.cpp \
ccoupled_shunt_resonators.cpp \
qrc_qucsfilter.cpp

qrc_qucsfilter.cpp: qucsfilter.qrc
Expand All @@ -65,6 +67,8 @@ noinst_HEADERS = \
qf_filter.h \
qf_cauer.h \
quarterwave_filter.h \
qw_coupled_ring_filter.h \
ccoupled_shunt_resonators.h \
qf_matrix.h \
line_filter.h \
filter.h \
Expand Down
Loading

0 comments on commit 4bb7d67

Please sign in to comment.