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

CONFIG += qmltypes
QML_IMPORT_NAME = SceneGraphRendering
QML_IMPORT_MAJOR_VERSION = 1

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

RESOURCES += twotextureproviders.qrc

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

OTHER_FILES += \
    main.qml