summaryrefslogtreecommitdiffstats
path: root/examples/widgets/desktop/systray/systray.pro
blob: e0708ea832829042b026933bb010b2d9036a2ba5 (plain)
1
2
3
4
5
6
7
8
9
10
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