7 Star 2 Fork 1

NKEO2333/sleepHelper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
test01.pro 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
楚霸天 提交于 2024-08-23 10:11 . healthy的服务器搭建
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/NEKO12580/sleephelper.git
git@gitee.com:NEKO12580/sleephelper.git
NEKO12580
sleephelper
sleepHelper
master

搜索帮助