Changeset - 343f1e68c9ec
[Not reviewed]
portlist
0 1 0
Hasan Yavuz Ă–ZDERYA - 10 years ago 2015-09-05 12:41:14
hy@ozderya.net
updated qmake project file
1 file changed with 7 insertions and 2 deletions:
0 comments (0 inline, 0 general)
serialplot.pro
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)