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

#####################################################################
## storageview Binary:
#####################################################################

add_qt_executable(storageview
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/itemviews/storageview"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/itemviews/storageview"
    SOURCES
        main.cpp
        storagemodel.cpp storagemodel.h
    LIBRARIES
        Qt::Gui
        Qt::Widgets
)

#### Keys ignored in scope 1:.:storageview.pro:<NONE>:
# TEMPLATE = "app"