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