author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 19 Feb 2010 23:40:16 +0200 | |
branch | RCL_3 |
changeset 4 | 3b1da2848fc7 |
parent 3 | 41300fa6a67c |
permissions | -rw-r--r-- |
0 | 1 |
load(qttest_p4) |
2 |
TEMPLATE = app |
|
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
3 |
TARGET = tst_bench_qimagereader |
0 | 4 |
|
5 |
SOURCES += tst_qimagereader.cpp |
|
6 |
||
7 |
!contains(QT_CONFIG, no-gif):DEFINES += QTEST_HAVE_GIF |
|
8 |
!contains(QT_CONFIG, no-jpeg):DEFINES += QTEST_HAVE_JPEG |
|
9 |
!contains(QT_CONFIG, no-mng):DEFINES += QTEST_HAVE_MNG |
|
10 |
!contains(QT_CONFIG, no-tiff):DEFINES += QTEST_HAVE_TIFF |
|
11 |
QT += network |
|
12 |
||
13 |
wince*: { |
|
14 |
addFiles.sources = images |
|
15 |
addFiles.path = . |
|
16 |
||
17 |
CONFIG(debug, debug|release):{ |
|
18 |
imageFormatsPlugins.sources = $$(QTDIR)/plugins/imageformats/*d4.dll |
|
19 |
} |
|
20 |
||
21 |
CONFIG(release, debug|release):{ |
|
22 |
imageFormatsPlugins.sources = $$(QTDIR)/plugins/imageformats/*[^d]4.dll |
|
23 |
} |
|
24 |
imageFormatsPlugins.path = imageformats |
|
25 |
DEPLOYMENT += addFiles imageFormatsPlugins |
|
26 |
} |
|
27 |