# HG changeset patch # User Hasan Yavuz Ă–ZDERYA # Date 2015-09-13 11:08:17 # Node ID 0f23a2e20aeebaf870381acc94c9779791c4c4c8 # Parent 3d74de1a88e6c6ab475655c4d68e1b844647a832 fix .pro file diff --git a/serialplot.pro b/serialplot.pro --- a/serialplot.pro +++ b/serialplot.pro @@ -41,7 +41,7 @@ SOURCES += main.cpp\ hidabletabwidget.cpp \ framebuffer.cpp \ scalepicker.cpp \ - scalezoomer.cpp + scalezoomer.cpp \ portlist.cpp HEADERS += mainwindow.h \ @@ -53,7 +53,7 @@ HEADERS += mainwindow.h \ hidabletabwidget.h \ framebuffer.h \ scalepicker.h \ - scalezoomer.h + scalezoomer.h \ portlist.h FORMS += mainwindow.ui \