Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

graph.pro Example File

scenegraph/graph/graph.pro
QT       += core gui quick

TARGET = graph

TEMPLATE = app

SOURCES += main.cpp \
    graph.cpp \
    noisynode.cpp \
    gridnode.cpp \
    linenode.cpp

HEADERS += \
    graph.h \
    noisynode.h \
    gridnode.h \
    linenode.h

RESOURCES += \
    graph.qrc

OTHER_FILES += \
    main.qml \
    shaders/noisy.vsh \
    shaders/noisy.fsh \
    shaders/line.fsh \
    shaders/line.vsh

target.path = $$[QT_INSTALL_EXAMPLES]/quick/scenegraph/graph
INSTALLS += target
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded