aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/tableview/storagemodel/storagemodel.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/tableview/storagemodel/storagemodel.pro')
-rw-r--r--tests/manual/tableview/storagemodel/storagemodel.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/manual/tableview/storagemodel/storagemodel.pro b/tests/manual/tableview/storagemodel/storagemodel.pro
deleted file mode 100644
index c6a018239e..0000000000
--- a/tests/manual/tableview/storagemodel/storagemodel.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-TEMPLATE = app
-TARGET = tableview_storage
-QT += qml quick
-SOURCES += main.cpp storagemodel.cpp
-HEADERS += storagemodel.h
-RESOURCES += main.qml
-
-# Default rules for deployment.
-qnx: target.path = /tmp/$${TARGET}/bin
-else: unix:!android: target.path = /opt/$${TARGET}/bin
-!isEmpty(target.path): INSTALLS += target