qt5base-lts/examples/widgets/graphicsview/elasticnodes/CMakeLists.txt
Tobias Hunger aa50b377a7 CMake: Add widgets examples
Change-Id: Ib6142b93df066e3658eb189b50ca74c455fe7e56
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2019-03-26 15:25:39 +00:00

19 lines
552 B
CMake

# 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
)