summaryrefslogtreecommitdiffstats
path: root/examples/opengl/hellogl/hellogl.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/hellogl/hellogl.pro')
-rw-r--r--examples/opengl/hellogl/hellogl.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/opengl/hellogl/hellogl.pro b/examples/opengl/hellogl/hellogl.pro
index 7b61ef4b3b..33e7c266c8 100644
--- a/examples/opengl/hellogl/hellogl.pro
+++ b/examples/opengl/hellogl/hellogl.pro
@@ -11,9 +11,9 @@ SOURCES = glwidget.cpp \
QT += opengl widgets
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/hellogl
+target.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS hellogl.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/hellogl
+sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl
INSTALLS += target sources