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

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

CONFIG += qmltypes
QML_IMPORT_NAME = ImageModel
QML_IMPORT_MAJOR_VERSION = 1

RESOURCES += qt.png main.qml

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