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.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tools/contiguouscache/contiguouscache.pro b/examples/tools/contiguouscache/contiguouscache.pro
index ca6d4f4e31..2b8b3e9365 100644
--- a/examples/tools/contiguouscache/contiguouscache.pro
+++ b/examples/tools/contiguouscache/contiguouscache.pro
@@ -3,9 +3,9 @@ SOURCES = randomlistmodel.cpp \
main.cpp
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/contiguouscache
+target.path = $$[QT_INSTALL_EXAMPLES]/tools/contiguouscache
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS contiguouscache.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/contiguouscache
+sources.path = $$[QT_INSTALL_EXAMPLES]/tools/contiguouscache
INSTALLS += target sources
QT += widgets