aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/modelviews/browser.prx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/modelviews/browser.prx')
-rw-r--r--examples/quick/modelviews/browser.prx18
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/quick/modelviews/browser.prx b/examples/quick/modelviews/browser.prx
deleted file mode 100644
index e9beacf0fb..0000000000
--- a/examples/quick/modelviews/browser.prx
+++ /dev/null
@@ -1,18 +0,0 @@
-TEMPLATE = app
-TARGET = modelviews
-
-QT += quick qml
-SOURCES += main.cpp
-
-target.path = $$[QT_INSTALL_EXAMPLES]/quick/modelviews
-qml.files = \
- modelviews.qml \
- gridview \
- listview \
- package \
- parallax \
- pathview \
- visualdatamodel \
- visualitemmodel
-qml.path = $$[QT_INSTALL_EXAMPLES]/quick/modelviews
-INSTALLS += target qml