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

#####################################################################
## combowidgetmapper Binary:
#####################################################################

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