openglunderqml.pro Example File

scenegraph/openglunderqml/openglunderqml.pro
 QT += qml quick

 HEADERS += squircle.h
 SOURCES += squircle.cpp main.cpp
 RESOURCES += openglunderqml.qrc

 target.path = $$[QT_INSTALL_EXAMPLES]/quick/scenegraph/openglunderqml
 INSTALLS += target