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

#####################################################################
## elasticnodes Binary:
#####################################################################

add_qt_executable(elasticnodes
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/graphicsview/elasticnodes"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/graphicsview/elasticnodes"
    SOURCES
        edge.cpp edge.h
        graphwidget.cpp graphwidget.h
        main.cpp
        node.cpp node.h
    LIBRARIES
        Qt::Widgets
)