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

#####################################################################
## contiguouscache Binary:
#####################################################################

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