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

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