summaryrefslogtreecommitdiffstats
path: root/examples/widgets/desktop/systray/systray.pro
blob: 1d4fdc784354b2201de71b5920e3f9352940d9fa (plain)
1
2
3
4
5
6
7
8
9
10
HEADERS       = window.h
SOURCES       = main.cpp \
                window.cpp
RESOURCES     = systray.qrc

QT += widgets

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/desktop/systray
INSTALLS += target