aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/tableview/tableview.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/tableview/tableview.pro')
-rw-r--r--examples/quick/tableview/tableview.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/quick/tableview/tableview.pro b/examples/quick/tableview/tableview.pro
new file mode 100644
index 0000000000..ea8e3bd12b
--- /dev/null
+++ b/examples/quick/tableview/tableview.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
+INSTALLS += target