1 Star 0 Fork 0

glm-001/shenntoufromgithub

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
PermeateExperment.pro 3.02 KB
一键复制 编辑 原始数据 按行查看 历史
glm-001 提交于 2024-09-13 10:35 +08:00 . resetcodes
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
#}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/glm-001/permeatefromgithub.git
git@gitee.com:glm-001/permeatefromgithub.git
glm-001
permeatefromgithub
shenntoufromgithub
main

搜索帮助