代码拉取完成,页面将自动刷新
QT += core gui
QT += sql
QT += serialport
QT += printsupport
QT += axcontainer
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
CONFIG += c++17
msvc {
QMAKE_CFLAGS += /utf-8
QMAKE_CXXFLAGS += /utf-8
}
CONFIG -= console
# You can make your code fail to compile if it uses deprecated APIs.
# In order to do so, uncomment the following line.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
#LIBS+=D:\Qt\Qt5.12.12\5.12.12\Src\qtbase\src\plugins\sqldrivers\mysql\libmysql.lib
#LIBS+=$$PWD\libmysql.lib
SOURCES += \
datadisplay.cpp \
dbmanager.cpp \
dev.cpp \
dialogpassword.cpp \
expflow.cpp \
flow.cpp \
formflow.cpp \
main.cpp \
mdbdevunit.cpp \
myprinter.cpp \
permeateexperment.cpp \
permeaterdev.cpp \
qcustomplot/custombars.cpp \
qcustomplot/qcustomplot.cpp \
resdisplay.cpp \
softhint.cpp \
syscom.cpp \
util.cpp \
xlsxexportor.cpp
HEADERS += \
const_def.h \
datadisplay.h \
dbmanager.h \
dev.h \
dialogpassword.h \
expflow.h \
flow.h \
formflow.h \
mdbdevunit.h \
myprinter.h \
permeateexperment.h \
permeaterdev.h \
qcustomplot/custombars.h \
qcustomplot/qcustomplot.h \
resdisplay.h \
singleton.h \
softhint.h \
syscom.h \
util.h \
xlsxexportor.h
FORMS += \
datadisplay.ui \
dev.ui \
dialogpassword.ui \
flow.ui \
formflow.ui \
permeateexperment.ui \
permeaterdev.ui \
resdisplay.ui \
softhint.ui \
xlsxexportor.ui
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
RESOURCES += \
rec.qrc
DISTFILES += \
resource/img/logo.png \
resource/img/logo1.png \
resource/img/settingbackground.png \
resource/model/1718868011232.jpg
#TARGET = QXlsx
#TEMPLATE = lib
#CONFIG += staticlib
#####################################################################
# set debug/release build environment
#
# CONFIG += debug_and_release
# release: DESTDIR = lib-release
# debug: DESTDIR = lib-debug
# The following define makes your compiler emit warnings if you use
# any feature of Qt which as been marked as deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
# deprecated API in order to know how to port your code away from it.
#DEFINES += QT_DEPRECATED_WARNINGS
# You can also make your code fail to compile if you use deprecated APIs.
# In order to do so, uncomment the following line.
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
QXLSX_PARENTPATH=$$PWD/QXlsx
QXLSX_HEADERPATH=$$PWD/QXlsx/header/
QXLSX_SOURCEPATH=$$PWD/QXlsx/source/
include($$PWD/QXlsx/QXlsx.pri)
RC_ICONS = logo15.ico
#CONFIG (release, debug|release) {
#DEFINES += QT_NO_DEBUG_OUTPUT
#}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。