summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/jpeg/jpeg.pro
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-06-29 10:57:22 (GMT)
committeraxis <qt-info@nokia.com>2009-06-29 10:57:22 (GMT)
commite507a4b2f59e42b74833d047cc51e648df6d5eb5 (patch)
treea7d9d5384e882bc10eec8d05014556180d5fb101 /src/plugins/imageformats/jpeg/jpeg.pro
parent897c48989aa314116aa1604f8f5d29514a40774d (diff)
downloadQt-e507a4b2f59e42b74833d047cc51e648df6d5eb5.zip
Qt-e507a4b2f59e42b74833d047cc51e648df6d5eb5.tar.gz
Qt-e507a4b2f59e42b74833d047cc51e648df6d5eb5.tar.bz2
Fix warnings because of unused variables.
Diffstat (limited to 'src/plugins/imageformats/jpeg/jpeg.pro')
-rw-r--r--src/plugins/imageformats/jpeg/jpeg.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/imageformats/jpeg/jpeg.pro b/src/plugins/imageformats/jpeg/jpeg.pro
index e2e1a66..f8893a0 100644
--- a/src/plugins/imageformats/jpeg/jpeg.pro
+++ b/src/plugins/imageformats/jpeg/jpeg.pro
@@ -13,6 +13,10 @@ wince*: {
contains(CE_ARCH,x86):CONFIG += exceptions_off
}
+symbian: {
+ QMAKE_CXXFLAGS.CW += -W nounusedarg
+}
+
contains(QT_CONFIG, system-jpeg) {
unix:LIBS += -ljpeg
win32:LIBS += libjpeg.lib