diff --git a/serialplot.pro b/serialplot.pro --- a/serialplot.pro +++ b/serialplot.pro @@ -52,7 +52,8 @@ SOURCES += \ src/commandedit.cpp \ src/dataformatpanel.cpp \ src/tooltipfilter.cpp \ - src/sneakylineedit.cpp + src/sneakylineedit.cpp \ + src/channelmanager.cpp HEADERS += \ src/mainwindow.h \ @@ -75,7 +76,8 @@ HEADERS += \ src/commandedit.h \ src/dataformatpanel.h \ src/tooltipfilter.h \ - src/sneakylineedit.h + src/sneakylineedit.h \ + src/channelmanager.h FORMS += \ src/mainwindow.ui \