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

#####################################################################
## coloreditorfactory Binary:
#####################################################################

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