1 Star 0 Fork 112

吃辣条不抹嘴 / QtSerialPortPlotter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
SerialPortPlotter.pro 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
#-------------------------------------------------
#
# Project created by QtCreator 2014-12-22T14:53:33
#
#-------------------------------------------------
QT += core gui
QT += serialport
CONFIG += c++11
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
TARGET = SerialPortPlotter
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
qcustomplot/qcustomplot.cpp \
helpwindow.cpp
HEADERS += mainwindow.hpp \
qcustomplot/qcustomplot.h \
helpwindow.hpp
FORMS += mainwindow.ui \
helpwindow.ui
#RESOURCES += \
# res/serial_port_plotter.qrc \
# res/qdark_stylesheet/qdarkstyle/style.qrc
RESOURCES += \
res/serial_port_plotter.qrc
# The following line compiles on Release but not on Debug, so this workaroung is used:
RC_FILE = res/serial_port_plotter.rc
# Call the resource compiler
#win32:mkver_rc.target = serial_port_plotter_res.o
#win32:mkver_rc.commands = windres --use-temp-file -i serial_port_plotter.rc -o serial_port_plotter_res.o --include-dir=../res -DVERSION_H_INTERN $(DEFINES)
#win32:QMAKE_EXTRA_TARGETS += mkver_rc
#win32:PRE_TARGETDEPS += serial_port_plotter_res.o
#win32:LIBS += serial_port_plotter_res.o
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/yongan_Z/QtSerialPortPlotter.git
git@gitee.com:yongan_Z/QtSerialPortPlotter.git
yongan_Z
QtSerialPortPlotter
QtSerialPortPlotter
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891