diff options
author | Tasuku Suzuki <tasuku.suzuki@nokia.com> | 2012-09-01 15:50:49 +0900 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-09-03 11:13:41 +0200 |
commit | 474540eb437dd91d21caeb24f07903d5a313f85a (patch) | |
tree | 109bbe9509ddb175fa3dcbe6b70a0095ecfbc2df /examples/video/qmlvideofx | |
parent | a4c23ac607034d1d8ab15bf9afb6a7d9a7b5d083 (diff) | |
download | qtmultimedia-474540eb437dd91d21caeb24f07903d5a313f85a.tar.gz |
remove useless dependency in qmlvideofx.pro
Change-Id: Ie79cc9294f3845c089525195684df4a60171f78c
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'examples/video/qmlvideofx')
-rw-r--r-- | examples/video/qmlvideofx/qmlvideofx.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/video/qmlvideofx/qmlvideofx.pro b/examples/video/qmlvideofx/qmlvideofx.pro index 080e7d003..e7e5cb0e2 100644 --- a/examples/video/qmlvideofx/qmlvideofx.pro +++ b/examples/video/qmlvideofx/qmlvideofx.pro @@ -1,6 +1,5 @@ TEMPLATE = app TARGET = qmlvideofx -QT += opengl SOURCES += filereader.cpp \ main.cpp |