代码拉取完成,页面将自动刷新
QT += core gui sql
QT += network
#charts
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++11
# 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
SOURCES += \
beeper.cpp \
healthy.cpp \
heart_rate.cpp \
heart_suanfa.cpp \
main.cpp \
myapp.cpp \
mydata.cpp \
mythread.cpp \
mythread_heart_rate.cpp \
set.cpp \
sleep.cpp \
sound.cpp \
tem_hum.cpp \
widget.cpp
HEADERS += \
beeper.h \
healthy.h \
heart_rate.h \
heart_suanfa.h \
myapp.h \
mydata.h \
mythread.h \
mythread_heart_rate.h \
set.h \
sleep.h \
sound.h \
tem_hum.h \
widget.h
FORMS += \
healthy.ui \
heart_rate.ui \
set.ui \
sleep.ui \
widget.ui
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
#链接库
#LIBS += $$PWD/sqlite3
#LIBS += -L/lib/arm-linux-gnueabihf/ -lsqlite3
#LIBS += /lib/arm-linux-gnueabihf/libsqlite3.a
#LIBS += $$PWD/lib/armS-linux-gnueabihf/libsqlite3.a
LIBS += -lsqlite3 -lasound
INCLUDEPATH += /path/to/remote/include
RESOURCES += \
Resource_File.qrc
DISTFILES += \
Rescoure_File/Main_BK_copy.png
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。