1 Star 3 Fork 0

GXDE / GXDE 一言屏保

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
gxde-time-screensaver.pro 728 Bytes
一键复制 编辑 原始数据 按行查看 历史
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++17 link_pkgconfig
# 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
PKGCONFIG += x11
SOURCES += \
commandlinemanager.cpp \
main.cpp \
mainwindow.cpp
HEADERS += \
commandlinemanager.h \
mainwindow.h
FORMS += \
mainwindow.ui
target.path = $${PREFIX}/lib/deepin-screensaver/modules/
cover.path = $${PREFIX}/lib/deepin-screensaver/modules/cover/
cover.files = $$PWD/cover/*.png
INSTALLS += target cover
RESOURCES += \
Resource.qrc
C++
1
https://gitee.com/GXDE-OS/gxde-time-screensaver.git
git@gitee.com:GXDE-OS/gxde-time-screensaver.git
GXDE-OS
gxde-time-screensaver
GXDE 一言屏保
master

搜索帮助