Init commit.

This commit is contained in:
sleepwithoutbz
2025-09-16 00:33:46 +08:00
commit 2fd08bfafc
12 changed files with 876 additions and 0 deletions

11
systray.pro Normal file
View File

@@ -0,0 +1,11 @@
HEADERS = window.h
SOURCES = main.cpp \
window.cpp
RESOURCES = systray.qrc
QT += widgets
requires(qtConfig(combobox))
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/desktop/systray
INSTALLS += target