equal
deleted
inserted
replaced
5 !contains(QT_CONFIG, no-gif):DEFINES += QTEST_HAVE_GIF |
5 !contains(QT_CONFIG, no-gif):DEFINES += QTEST_HAVE_GIF |
6 !contains(QT_CONFIG, no-jpeg):DEFINES += QTEST_HAVE_JPEG |
6 !contains(QT_CONFIG, no-jpeg):DEFINES += QTEST_HAVE_JPEG |
7 !contains(QT_CONFIG, no-mng):DEFINES += QTEST_HAVE_MNG |
7 !contains(QT_CONFIG, no-mng):DEFINES += QTEST_HAVE_MNG |
8 |
8 |
9 wince*: { |
9 wince*: { |
10 addFiles.sources = animations\* |
10 addFiles.sources = animations\\* |
11 addFiles.path = animations |
11 addFiles.path = animations |
12 DEPLOYMENT += addFiles |
12 DEPLOYMENT += addFiles |
13 } |
13 } |
14 |
14 |
15 |
15 |
16 symbian*: { |
16 symbian: { |
17 addFiles.sources = animations\* |
17 addFiles.sources = animations\\* |
18 addFiles.path = animations |
18 addFiles.path = animations |
19 DEPLOYMENT += addFiles |
19 DEPLOYMENT += addFiles |
20 |
20 |
21 qt_not_deployed { |
21 qt_not_deployed { |
22 imagePlugins.sources = qjpeg.dll qgif.dll qmng.dll |
22 imagePlugins.sources = qjpeg.dll qgif.dll qmng.dll |