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

#####################################################################
## customtype Binary:
#####################################################################

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