1 Star 0 Fork 1

GXDE OS/gxde-dock-weather-neo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
weather.pro 501 Bytes
一键复制 编辑 原始数据 按行查看 历史
qingyu 提交于 2024-10-10 15:34 . first commit
#include(../dde-dock/interfaces/interfaces.pri)
QT += widgets network #svg
TEMPLATE = lib
CONFIG += plugin c++11 link_pkgconfig
PKGCONFIG += dtkwidget
TARGET = HTYWeather
DISTFILES += weather.json
HEADERS += \
weatherplugin.h \
weatherwidget.h \
forcastwidget.h
SOURCES += \
weatherplugin.cpp \
weatherwidget.cpp \
forcastwidget.cpp
target.path = $${PREFIX}/lib/dde-dock/plugins/
INSTALLS += target
RESOURCES += res.qrc
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/GXDE-OS/gxde-dock-weather-neo.git
git@gitee.com:GXDE-OS/gxde-dock-weather-neo.git
GXDE-OS
gxde-dock-weather-neo
gxde-dock-weather-neo
master

搜索帮助