# HG changeset patch # User Hasan Yavuz Ă–ZDERYA # Date 2016-02-28 07:45:42 # Node ID 79c3485787a0835f3a731c48e47a80272f9a2606 # Parent c5988a9431f71b2f0476ab34bfaa3c0c132a70c6 updated qmake project file diff --git a/serialplot.pro b/serialplot.pro --- a/serialplot.pro +++ b/serialplot.pro @@ -50,7 +50,8 @@ SOURCES += main.cpp\ commandpanel.cpp \ commandwidget.cpp \ commandedit.cpp \ - dataformatpanel.cpp + dataformatpanel.cpp \ + tooltipfilter.cpp HEADERS += mainwindow.h \ utils.h \ @@ -70,7 +71,8 @@ HEADERS += mainwindow.h \ commandpanel.h \ commandwidget.h \ commandedit.h \ - dataformatpanel.h + dataformatpanel.h \ + tooltipfilter.h FORMS += mainwindow.ui \ about_dialog.ui \