3cc0cf31bd
This is meant to be a temporary solution to not hold any further development. JIRA tasks might be filed for failing tests. Change-Id: I08a5f5b0cb153e7fd7890b2936ec3bb6b3a0907c Reviewed-on: http://codereview.qt.nokia.com/1753 Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
45 lines
1.1 KiB
Prolog
45 lines
1.1 KiB
Prolog
load(qttest_p4)
|
|
SOURCES += tst_qimagereader.cpp
|
|
MOC_DIR=tmp
|
|
QT += core-private gui-private network
|
|
RESOURCES += qimagereader.qrc
|
|
!symbian:DEFINES += SRCDIR=\\\"$$PWD\\\"
|
|
|
|
!contains(QT_CONFIG, no-gif):DEFINES += QTEST_HAVE_GIF
|
|
!contains(QT_CONFIG, no-jpeg):DEFINES += QTEST_HAVE_JPEG
|
|
!contains(QT_CONFIG, no-mng):DEFINES += QTEST_HAVE_MNG
|
|
!contains(QT_CONFIG, no-tiff):DEFINES += QTEST_HAVE_TIFF
|
|
!contains(QT_CONFIG, no-svg):DEFINES += QTEST_HAVE_SVG
|
|
|
|
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
|
|
}
|
|
}
|
|
|
|
CONFIG+=insignificant_test
|