~phablet-team/qtvideo-node/media-hub-3

« back to all changes in this revision

Viewing changes to src/src.pro

  • Committer: CI bot
  • Author(s): Jim Hodapp
  • Date: 2014-10-22 16:19:10 UTC
  • mfrom: (50.1.7 qtvideo-node)
  • Revision ID: ps-jenkins@lists.canonical.com-20141022161910-5q1bmpgphrylekin
Rotate the video 90 degrees and do an orthographic projection when necessary, otherwise render same as always. Fixes: 1191934
Approved by: Ricardo Salveti

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
TARGET = shadervideonode
2
2
TEMPLATE = lib
3
 
CONFIG += plugin
 
3
CONFIG += plugin c++11
4
4
QT += multimedia opengl quick-private quick
5
5
 
6
6
include(../coverage.pri)