aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/textureprovider/textureprovider.pro
blob: 5d9825f7ac52cdb794c80debf0a003032fd65e8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = app

QT += quick qml

HEADERS += etcprovider.h

SOURCES += main.cpp \
           etcprovider.cpp

RESOURCES += textureprovider.qrc

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