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