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