完成文件读取
This commit is contained in:
14
ReadLog.pro
14
ReadLog.pro
@ -10,17 +10,23 @@ CONFIG += c++11
|
||||
|
||||
SOURCES += \
|
||||
main.cpp \
|
||||
mainwindow.cpp
|
||||
# qcustomplot.cpp
|
||||
mainwindow.cpp \
|
||||
qcustomplot.cpp \
|
||||
readthread.cpp
|
||||
|
||||
HEADERS += \
|
||||
mainwindow.h
|
||||
# qcustomplot.h
|
||||
global.h \
|
||||
mainwindow.h \
|
||||
qcustomplot.h \
|
||||
readthread.h
|
||||
|
||||
FORMS += \
|
||||
mainwindow.ui
|
||||
|
||||
RC_ICONS = logo.ico
|
||||
|
||||
# Default rules for deployment.
|
||||
qnx: target.path = /tmp/$${TARGET}/bin
|
||||
else: unix:!android: target.path = /opt/$${TARGET}/bin
|
||||
!isEmpty(target.path): INSTALLS += target
|
||||
|
||||
|
Reference in New Issue
Block a user