aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/rhiunderqml/rhiunderqml.pro
blob: af85005e8005e02f676761d8eeb8726c382e62a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
QT += gui-private qml quick
CONFIG += qmltypes
QML_IMPORT_NAME = RhiUnderQML
QML_IMPORT_MAJOR_VERSION = 1

HEADERS += rhisquircle.h
SOURCES += rhisquircle.cpp main.cpp
RESOURCES += rhiunderqml.qrc

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