aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/tableview/pixelator/pixelator.pro
diff options
context:
space:
mode:
authorMichael Winkelmann <michael.winkelmann@qt.io>2018-07-11 10:58:34 +0200
committerhjk <hjk@qt.io>2018-07-13 15:25:45 +0000
commitad0f200df54e5afcb1fdcb977794259bdb9216b5 (patch)
treec18ae71137a4b8cb13b0ddd1696cc324952293af /examples/quick/tableview/pixelator/pixelator.pro
parent9dd273027bfc3fc527b9f398309b9e057b7af290 (diff)
Make a subdirectory for TableView examples
This makes more room for more tableview examples. I also added the tableview directory to the quick.pro subdirs. Change-Id: Ia136150ded99c2ec627e122aa676e24a519683a9 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'examples/quick/tableview/pixelator/pixelator.pro')
-rw-r--r--examples/quick/tableview/pixelator/pixelator.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/quick/tableview/pixelator/pixelator.pro b/examples/quick/tableview/pixelator/pixelator.pro
new file mode 100644
index 0000000000..6c863cb304
--- /dev/null
+++ b/examples/quick/tableview/pixelator/pixelator.pro
@@ -0,0 +1,11 @@
+TEMPLATE = app
+
+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