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

#####################################################################
## simplewidgetmapper Binary:
#####################################################################

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