aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/rhitextureitem/rhitextureitem.pro
blob: 4d5c132a4204d45fd2ad961b4642097a389c1740 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
QT += gui-private qml quick

CONFIG += qmltypes
QML_IMPORT_NAME = SceneGraphRendering
QML_IMPORT_MAJOR_VERSION = 1

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

RESOURCES += rhitextureitem.qrc

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

OTHER_FILES += \
    main.qml