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

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