Files
tido/systray.pro
sleepwithoutbz 2fd08bfafc Init commit.
2025-09-16 00:33:46 +08:00

12 lines
243 B
Prolog

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