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

#####################################################################
## spinboxdelegate Binary:
#####################################################################

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