2 Star 4 Fork 16

chsinx/SmartHome-Qt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
SmartHomeV5.pro 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
那一沫天空 提交于 2017-03-11 17:24 +08:00 . first commit
#-------------------------------------------------
#
# Project created by QtCreator 2016-01-17 T17:07:36
#
#-------------------------------------------------
QT += core gui
QT += printsupport
QT += sql
#QT += phonon
CONFIG += debug serialport
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = SmartHomeV5
TEMPLATE = app
TRANSLATIONS += images/qt_zh_CN.ts
include(src/mainwidget/mainwidget.pri)
include(src/help/help.pri)
include(src/Serialport/serialport.pri)
include(src/ui/ui.pri)
include(src/module/module.pri)
include(src/qcustomplot/qcustomplot.pri) #第三方绘图图
include(src/database/database.pri)
include(src/protocol/protocol.pri)
include(src/login/loginwidget.pri)
INCLUDEPATH += $$PWD/src/Serialport
INCLUDEPATH += $$PWD/src/mainwidget
INCLUDEPATH += $$PWD/src/help
INCLUDEPATH += $$PWD/src/ui
INCLUDEPATH += $$PWD/src/module
INCLUDEPATH += $$PWD/src/qcustomplot
INCLUDEPATH += $$PWD/src/database
INCLUDEPATH += $$PWD/src/protocol
INCLUDEPATH += $$PWD/src/login
MOC_DIR = temp/moc
RCC_DIR = temp/rccr
OBJECTS_DIR = temp/obj
UI_HEADERS_DIR = temp/ui
DESTDIR = bin
win32:RC_FILE = SmartHome.rc
RESOURCES += \
image.qrc
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/chsinx/SmartHome-Qt.git
git@gitee.com:chsinx/SmartHome-Qt.git
chsinx
SmartHome-Qt
SmartHome-Qt
master

搜索帮助