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

TARGET = qml_pixelator
QT += quick qml
HEADERS += imagemodel.h
SOURCES += main.cpp \
        imagemodel.cpp

RESOURCES += qt.png main.qml

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