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

#####################################################################
## fetchmore Binary:
#####################################################################

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