summaryrefslogtreecommitdiffstats
path: root/examples/opengl/legacy/samplebuffers
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@theqtcompany.com>2015-05-13 21:30:04 +0200
committerJake Petroules <jake.petroules@petroules.com>2015-05-14 07:57:11 +0000
commita4cba90e194a65930c0e66469cd2ef2cc5c1f5ed (patch)
tree4685ef313a0ee0b637d436aad193e39bec37ae29 /examples/opengl/legacy/samplebuffers
parente905526090feb798e5746412027d2d757d2ff7b5 (diff)
Set correct target.path for legacy GL examples
Fix Library not loaded/image not found error on application startup. With @rpath enabled (commit 6e18f57a) qmake now requires a correct target.path in order to emit correct -rpath @loader_path linker directives. Change-Id: Ia32b038ad2d64819477be5cd9d1ed36768e2251b Reviewed-by: Jake Petroules <jake.petroules@petroules.com>
Diffstat (limited to 'examples/opengl/legacy/samplebuffers')
-rw-r--r--examples/opengl/legacy/samplebuffers/samplebuffers.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/opengl/legacy/samplebuffers/samplebuffers.pro b/examples/opengl/legacy/samplebuffers/samplebuffers.pro
index b57599aae4..9b471243f3 100644
--- a/examples/opengl/legacy/samplebuffers/samplebuffers.pro
+++ b/examples/opengl/legacy/samplebuffers/samplebuffers.pro
@@ -4,7 +4,7 @@ SOURCES += glwidget.cpp main.cpp
QT += opengl widgets
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/opengl/samplebuffers
+target.path = $$[QT_INSTALL_EXAMPLES]/opengl/legacy/samplebuffers
INSTALLS += target
contains(QT_CONFIG, opengles.) {