3 Star 0 Fork 1

openEuler-competition / Summer2021-No.100 为openEuler的UKUI桌面增加或适配日程管理应用

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
UKUI-Schedule.pro 1.61 KB
一键复制 编辑 原始数据 按行查看 历史
zhou 提交于 2021-09-28 12:25 . update: End For Version 1.0
QT += core gui \
network \
printsupport \
sql \
concurrent \
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 += \
adderrorwidget.cpp \
customSystemTrayicon.cpp \
dbmanager.cpp \
linecalendar.cpp \
lineschedulebuddy.cpp \
lineschedulelabel.cpp \
main.cpp \
mainCalendar.cpp \
monthScheduleCheck.cpp \
monthscheduleBuddy.cpp \
new_page.cpp \
scheduleExitWindow.cpp \
scheduledata.cpp \
singleApplication.cpp \
weekcalendar.cpp \
widget.cpp
HEADERS += \
adderrorwidget.h \
customSystemTrayicon.h \
dateitem.h \
dbmanager.h \
linecalendar.h \
lineschedulebuddy.h \
lineschedulelabel.h \
mainCalendar.h \
monthScheduleCheck.h \
monthscheduleBuddy.h \
new_page.h \
scheduleExitWindow.h \
scheduledata.h \
singleApplication.h \
weekcalendar.h \
widget.h
FORMS += \
adderrorwidget.ui \
lineschedulebuddy.ui \
lineschedulelabel.ui \
monthScheduleCheck.ui \
monthscheduleBuddy.ui \
new_page.ui \
scheduleExitWindow.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
DISTFILES +=
RESOURCES += \
myImage.qrc
RC_ICONS = calendar.svg
1
https://gitee.com/openeuler-competition/summer2021-100.git
git@gitee.com:openeuler-competition/summer2021-100.git
openeuler-competition
summer2021-100
Summer2021-No.100 为openEuler的UKUI桌面增加或适配日程管理应用
master

搜索帮助