summaryrefslogtreecommitdiffstats
path: root/examples/opengl/hellogl_es/hellogl_es.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/hellogl_es/hellogl_es.pro')
-rw-r--r--examples/opengl/hellogl_es/hellogl_es.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/opengl/hellogl_es/hellogl_es.pro b/examples/opengl/hellogl_es/hellogl_es.pro
index ca0a4bf4cd..850e4e8994 100644
--- a/examples/opengl/hellogl_es/hellogl_es.pro
+++ b/examples/opengl/hellogl_es/hellogl_es.pro
@@ -7,7 +7,7 @@ HEADERS += glwindow.h
RESOURCES += texture.qrc
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/hellogl_es
+target.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl_es
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS hellogl_es.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/hellogl_es
+sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl_es
INSTALLS += target sources