summaryrefslogtreecommitdiffstats
path: root/examples/tools/contiguouscache/contiguouscache.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tools/contiguouscache/contiguouscache.pro')
-rw-r--r--examples/tools/contiguouscache/contiguouscache.pro9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/tools/contiguouscache/contiguouscache.pro b/examples/tools/contiguouscache/contiguouscache.pro
deleted file mode 100644
index d384a1845a..0000000000
--- a/examples/tools/contiguouscache/contiguouscache.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-QT += widgets
-
-HEADERS = randomlistmodel.h
-SOURCES = randomlistmodel.cpp \
- main.cpp
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/tools/contiguouscache
-INSTALLS += target