summaryrefslogtreecommitdiffstats
path: root/examples/corelib/tools/customtypesending/CMakeLists.txt
blob: a069f73507222b67627911240a655eebfc699484 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Generated from customtypesending.pro.

#####################################################################
## customtypesending Binary:
#####################################################################

add_qt_executable(customtypesending
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/corelib/tools/customtypesending"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/corelib/tools/customtypesending"
    SOURCES
        main.cpp
        message.cpp message.h
        window.cpp window.h
    LIBRARIES
        Qt::Widgets
)