aa50b377a7
Change-Id: Ib6142b93df066e3658eb189b50ca74c455fe7e56 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
19 lines
552 B
CMake
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
|
|
)
|