summaryrefslogtreecommitdiffstats
path: root/pkg.pri
diff options
context:
space:
mode:
authorSarah Smith <sarah.j.smith@nokia.com>2011-10-02 18:18:42 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-03 11:47:31 +0200
commitaa6850d950e8523c47cacdaf54c918de53299d80 (patch)
treed40864bc3a4b3e8cf07010be32c5ee0625d95e93 /pkg.pri
parent2b61e0a75b09f8dc05b298069da43d477db69910 (diff)
Fixes for surface vs QOpenGLContext & QWindow.
With the qt5 refactor branch going in the ability to get a QPaintDevice has gone away - this was really a "relic from the desktop days". Painting still applies for FBO's and so on, but in the case of QML we are on an SG view and there is no paint device there. So move the QGLView to using a QWindow and QOpenGLContext as well to follow suit and replace all the logic in surface stuff to cope with that. Also update all examples, demos, tutorials and tests. Change-Id: Ie8dbeb97c87ef0821326fb7ccf5d5d4b1f90fd06 Reviewed-on: http://codereview.qt-project.org/5900 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
Diffstat (limited to 'pkg.pri')
-rw-r--r--pkg.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg.pri b/pkg.pri
index c82266cbf..540da7e0e 100644
--- a/pkg.pri
+++ b/pkg.pri
@@ -218,7 +218,7 @@ defineTest(qtcAddDeployment) {
!isEqual(source,$$targetFullPath) {
!isEmpty(copyCommand):copyCommand += &&
copyCommand += $(MKDIR) \"$$target\"
- copyCommand += && $(COPY_DIR) \"$$source\" \"$$target\"
+ copyCommand += && $(COPY_DIR) -v \"$$source\" \"$$target\"
}
}
!isEmpty(copyCommand) {