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

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

OTHER_FILES += main.qml

sources.files = $$SOURCES $$HEADERS $$OTHER_FILES openglunderqml.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/scenegraph/openglunderqml
target.path = $$sources.path
INSTALLS += sources target