summaryrefslogtreecommitdiffstats
path: root/examples/widgets/itemviews/customsortfiltermodel/CMakeLists.txt
blob: 6cbfa84ae1ef3bab31155254548b1e646777743f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Generated from customsortfiltermodel.pro.

#####################################################################
## customsortfiltermodel Binary:
#####################################################################

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

# Resources:
add_qt_resource(customsortfiltermodel "customsortfiltermodel" PREFIX "/" FILES
    images/find.png)