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

#####################################################################
## queuedcustomtype Binary:
#####################################################################

add_qt_executable(queuedcustomtype
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/corelib/threads/queuedcustomtype"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/corelib/threads/queuedcustomtype"
    SOURCES
        block.cpp block.h
        main.cpp
        renderthread.cpp renderthread.h
        window.cpp window.h
    LIBRARIES
        Qt::Widgets
)