5 Star 1 Fork 0

Medi H.B.T./U.toGo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
utogo.pro 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
Medi H.B.T. 提交于 2023-01-03 16:19 . 修改: src/libunilist/ulist_io.c
# Created by and for Qt Creator This file was created for editing the project sources only.
# You may attempt to use it for building too, by modifying this file here.
TARGET = utogo-bin
QT = core gui widgets
CONFIG += c++11
DEFINES += QT_DEPRECATED_WARNINGS
HEADERS = \
$$PWD/src/include/err.h \
$$PWD/src/include/multilist.h \
$$PWD/src/include/utask_io.h \
$$PWD/src/include/utask_struct.h \
$$PWD/src/include/utask_timer.h \
$$PWD/src/libunilist/unilist.h \
$$PWD/src/ui/mainwindow.h \
$$PWD/src/ui/singletaskviewer.h \
$$PWD/src/ui/qt_gui.h
SOURCES = \
$$PWD/src/os/timer.c \
$$PWD/src/scene/multilist.c \
$$PWD/src/udata/utask_io.c \
$$PWD/src/udata/utask_struct.c \
$$PWD/src/libunilist/ulist_io.c \
$$PWD/src/ui/qt_gui_main.cpp \
$$PWD/src/ui/mainwindow.cpp \
$$PWD/src/ui/singletaskviewer.cpp \
$$PWD/src/main.c \
$$PWD/src/libunilist/unilist.c
FORMS = \
$$PWD/src/ui/mainwindow.ui \
$$PWD/src/ui/singletaskviewer.ui
RESOURCES = \
$$PWD/src/ui/icons.qrc
INCLUDEPATH = \
$$PWD/src/include \
$$PWD/src/ui
#DEFINES =
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/medihbt/utogo.git
[email protected]:medihbt/utogo.git
medihbt
utogo
U.toGo
main

搜索帮助