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, 9 insertions, 0 deletions
diff --git a/examples/tools/contiguouscache/contiguouscache.pro b/examples/tools/contiguouscache/contiguouscache.pro
new file mode 100644
index 0000000000..45166d380e
--- /dev/null
+++ b/examples/tools/contiguouscache/contiguouscache.pro
@@ -0,0 +1,9 @@
+HEADERS = randomlistmodel.h
+SOURCES = randomlistmodel.cpp \
+ main.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/contiguouscache
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS contiguouscache.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/contiguouscache
+INSTALLS += target sources