summaryrefslogtreecommitdiff
path: root/examples/quickcontrols/controls/tableview/tableview.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols/controls/tableview/tableview.pro')
-rw-r--r--examples/quickcontrols/controls/tableview/tableview.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/quickcontrols/controls/tableview/tableview.pro b/examples/quickcontrols/controls/tableview/tableview.pro
new file mode 100644
index 00000000..a956dc42
--- /dev/null
+++ b/examples/quickcontrols/controls/tableview/tableview.pro
@@ -0,0 +1,14 @@
+TEMPLATE = app
+TARGET = tableview
+
+RESOURCES += \
+ tableview.qrc
+
+OTHER_FILES += \
+ main.qml
+
+include(src/src.pri)
+include(../shared/shared.pri)
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols/controls/tableview
+INSTALLS += target