summaryrefslogtreecommitdiffstats
path: root/examples/opengl/overpainting/overpainting.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/overpainting/overpainting.pro')
-rw-r--r--examples/opengl/overpainting/overpainting.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/opengl/overpainting/overpainting.pro b/examples/opengl/overpainting/overpainting.pro
index 926024ad5b..17ffbe6171 100644
--- a/examples/opengl/overpainting/overpainting.pro
+++ b/examples/opengl/overpainting/overpainting.pro
@@ -11,13 +11,13 @@ SOURCES = bubble.cpp \
qtlogo.cpp
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/overpainting
+target.path = $$[QT_INSTALL_EXAMPLES]/opengl/overpainting
sources.files = $$SOURCES \
$$HEADERS \
$$RESOURCES \
$$FORMS \
overpainting.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/overpainting
+sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/overpainting
INSTALLS += target \
sources