1 Star 5 Fork 1

羽云工作室/WingTool
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
WingTool.pro 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
wingsummer 提交于 2022-10-11 22:23 +08:00 . v1.0.0
QT += core gui dtkwidget
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = WingTool
TEMPLATE = app
QT += x11extras
LIBS += -lX11 -lXext -lXtst
CONFIG += exception
SOURCES += \
main.cpp \
class/eventmonitor.cpp \
QHotkey/qhotkey.cpp \
QHotkey/qhotkey_x11.cpp \
class/wingapplication.cpp \
class/appmanager.cpp \
dialog/centerwindow.cpp \
dialog/toolwindow.cpp \
dialog/toolboxwindow.cpp \
class/settings.cpp \
plugin/pluginsystem.cpp \
class/settingmanager.cpp \
dialog/shortcuteditdialog.cpp \
control/pluginselector.cpp \
dialog/pluginseldialog.cpp \
dialog/tooleditdialog.cpp \
class/hotkey.cpp \
dialog/toolswapdialog.cpp \
dialog/rundialog.cpp
RESOURCES += resources.qrc
HEADERS += \
class/eventmonitor.h \
QHotkey/qhotkey.h \
QHotkey/qhotkey_p.h \
class/wingapplication.h \
class/appmanager.h \
dialog/centerwindow.h \
dialog/toolwindow.h \
dialog/toolboxwindow.h \
plugin/pluginsystem.h \
plugin/iwingtoolplg.h \
class/settingmanager.h \
dialog/shortcuteditdialog.h \
control/pluginselector.h \
dialog/pluginseldialog.h \
utilities.h \
dialog/tooleditdialog.h \
class/hotkey.h \
dialog/toolswapdialog.h \
dialog/rundialog.h
TRANSLATIONS += \
$$PWD/lang/zh.ts
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/wing-cloud/wing-tool.git
git@gitee.com:wing-cloud/wing-tool.git
wing-cloud
wing-tool
WingTool
master

搜索帮助