aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/openglunderqml/openglunderqml.pro
blob: f86dd5f5f376431440f4d16deeb30bb32576d1e8 (plain)
1
2
3
4
5
6
7
8
9
QT += qml quick

HEADERS += squircle.h
SOURCES += squircle.cpp main.cpp

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