a90f50942e
Task-number: QTBUG-21133 Change-Id: I83b8f652935cf92151265ca2530a3cf81c31fdef Reviewed-on: http://codereview.qt.nokia.com/3996 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jo Asplin <jo.asplin@nokia.com>
37 lines
833 B
Prolog
37 lines
833 B
Prolog
load(qttest_p4)
|
|
SOURCES += tst_qimagereader.cpp
|
|
MOC_DIR=tmp
|
|
QT += widgets widgets-private core-private gui-private network
|
|
RESOURCES += qimagereader.qrc
|
|
!symbian:DEFINES += SRCDIR=\\\"$$PWD\\\"
|
|
|
|
win32-msvc:QMAKE_CXXFLAGS -= -Zm200
|
|
win32-msvc:QMAKE_CXXFLAGS += -Zm800
|
|
win32-msvc.net:QMAKE_CXXFLAGS -= -Zm300
|
|
win32-msvc.net:QMAKE_CXXFLAGS += -Zm1100
|
|
|
|
wince*: {
|
|
images.files = images
|
|
images.path = .
|
|
|
|
imagePlugins.files = $$QT_BUILD_TREE/plugins/imageformats/*.dll
|
|
imagePlugins.path = imageformats
|
|
|
|
DEPLOYMENT += images imagePlugins
|
|
DEFINES += SRCDIR=\\\".\\\"
|
|
}
|
|
|
|
symbian: {
|
|
images.files = images
|
|
images.path = .
|
|
|
|
DEPLOYMENT += images
|
|
|
|
qt_not_deployed {
|
|
imagePlugins.files = qjpeg.dll qgif.dll qmng.dll
|
|
imagePlugins.path = imageformats
|
|
|
|
DEPLOYMENT += imagePlugins
|
|
}
|
|
}
|