summaryrefslogtreecommitdiffstats
path: root/examples/threads/mandelbrot/mandelbrot.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/threads/mandelbrot/mandelbrot.pro')
-rw-r--r--examples/threads/mandelbrot/mandelbrot.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/threads/mandelbrot/mandelbrot.pro b/examples/threads/mandelbrot/mandelbrot.pro
index dc2ab6973b..a2088cb8b0 100644
--- a/examples/threads/mandelbrot/mandelbrot.pro
+++ b/examples/threads/mandelbrot/mandelbrot.pro
@@ -7,9 +7,9 @@ SOURCES = main.cpp \
unix:!mac:!vxworks:!integrity:LIBS += -lm
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/threads/mandelbrot
+target.path = $$[QT_INSTALL_EXAMPLES]/threads/mandelbrot
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS mandelbrot.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/threads/mandelbrot
+sources.path = $$[QT_INSTALL_EXAMPLES]/threads/mandelbrot
INSTALLS += target sources
QT += widgets