# HG changeset patch # User Hasan Yavuz Ă–ZDERYA # Date 2015-09-05 12:41:14 # Node ID 343f1e68c9ec99785b95e7d76ab0320584cc2b3b # Parent b4d71a5e7825c7db4b43c4e3f63e436eb4fc7152 updated qmake project file diff --git a/serialplot.pro b/serialplot.pro --- a/serialplot.pro +++ b/serialplot.pro @@ -39,7 +39,8 @@ SOURCES += main.cpp\ plot.cpp \ zoomer.cpp \ hidabletabwidget.cpp \ - framebuffer.cpp + framebuffer.cpp \ + portlist.cpp HEADERS += mainwindow.h \ utils.h \ @@ -48,7 +49,8 @@ HEADERS += mainwindow.h \ plot.h \ zoomer.h \ hidabletabwidget.h \ - framebuffer.h + framebuffer.h \ + portlist.h FORMS += mainwindow.ui \ about_dialog.ui \ @@ -57,3 +59,6 @@ FORMS += mainwindow.ui \ INCLUDEPATH += qmake/ CONFIG += c++11 + +RESOURCES += \ + misc/icons.qrc