qt6windows7/examples/widgets/desktop/systray/systray.pro

12 lines
243 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
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