summaryrefslogtreecommitdiffstats
path: root/examples/widgets/desktop/systray/CMakeLists.txt
blob: 9f5d05e7516f821ae8d091e7c48b8f9cb482363a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Generated from systray.pro.

#####################################################################
## systray Binary:
#####################################################################

add_qt_executable(systray
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/desktop/systray"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/desktop/systray"
    SOURCES
        main.cpp
        window.cpp window.h
    LIBRARIES
        Qt::Widgets
)

# Resources:
add_qt_resource(systray "systray" PREFIX "/" FILES
    images/bad.png
    images/heart.png
    images/trash.png)