summaryrefslogtreecommitdiffstats
path: root/examples/opengl/opengl.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/opengl.pro')
-rw-r--r--examples/opengl/opengl.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/opengl/opengl.pro b/examples/opengl/opengl.pro
index 5b20a62474..387f8a0d75 100644
--- a/examples/opengl/opengl.pro
+++ b/examples/opengl/opengl.pro
@@ -26,9 +26,9 @@ SUBDIRS += hellowindow \
paintedwindow
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl
+target.path = $$[QT_INSTALL_EXAMPLES]/opengl
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS opengl.pro README
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl
+sources.path = $$[QT_INSTALL_EXAMPLES]/opengl
INSTALLS += target sources
QT += widgets