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

QT += widgets

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

simulator: warning(This example might not fully work on Simulator platform)