diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-08-19 09:27:01 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-08-19 09:27:01 (GMT) |
commit | a6a2daf14c3ab6d2ab6cb68e4a3a7809df33ea66 (patch) | |
tree | 4208319ca842906aa70dc2e18d7276fd0fda2932 /src/plugins/imageformats/jpeg | |
parent | 23d2550e6d19c3e84ff2167f5696d4b6dd3f49d4 (diff) | |
download | Qt-a6a2daf14c3ab6d2ab6cb68e4a3a7809df33ea66.zip Qt-a6a2daf14c3ab6d2ab6cb68e4a3a7809df33ea66.tar.gz Qt-a6a2daf14c3ab6d2ab6cb68e4a3a7809df33ea66.tar.bz2 |
Trivial fixes for src/plugins/imageformats after review.
Reviewed-by: TrustMe
Diffstat (limited to 'src/plugins/imageformats/jpeg')
-rw-r--r-- | src/plugins/imageformats/jpeg/jpeg.pro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/imageformats/jpeg/jpeg.pro b/src/plugins/imageformats/jpeg/jpeg.pro index f8893a0..ebc79cc 100644 --- a/src/plugins/imageformats/jpeg/jpeg.pro +++ b/src/plugins/imageformats/jpeg/jpeg.pro @@ -14,7 +14,9 @@ wince*: { } symbian: { - QMAKE_CXXFLAGS.CW += -W nounusedarg + #Disable warnings in 3rdparty code due to unused arguments + QMAKE_CXXFLAGS.CW += -W nounusedarg + TARGET.UID3=0x2001E61B } contains(QT_CONFIG, system-jpeg) { @@ -76,4 +78,3 @@ QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/imageformats target.path += $$[QT_INSTALL_PLUGINS]/imageformats INSTALLS += target -symbian:TARGET.UID3=0x2001E61B |