diff options
author | axis <qt-info@nokia.com> | 2010-07-20 11:24:07 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-07-20 11:30:56 (GMT) |
commit | 2feb893547a19534613c434fccbb0cdc8eba6cdb (patch) | |
tree | 7ec6e8863b4a6db7eed58b886689dfd10c0e183b /tests/auto/qpixmap | |
parent | a87ce3dd0d134b353ae76b031c1d1696ab7e522c (diff) | |
download | Qt-2feb893547a19534613c434fccbb0cdc8eba6cdb.zip Qt-2feb893547a19534613c434fccbb0cdc8eba6cdb.tar.gz Qt-2feb893547a19534613c434fccbb0cdc8eba6cdb.tar.bz2 |
Added missing deployment to autotest.
RevBy: Trust me
Diffstat (limited to 'tests/auto/qpixmap')
-rw-r--r-- | tests/auto/qpixmap/qpixmap.pro | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/auto/qpixmap/qpixmap.pro b/tests/auto/qpixmap/qpixmap.pro index 082747b..ff8258f 100644 --- a/tests/auto/qpixmap/qpixmap.pro +++ b/tests/auto/qpixmap/qpixmap.pro @@ -12,7 +12,10 @@ wince*|symbian: { icons.sources = convertFromToHICON/* icons.path = convertFromToHICON - DEPLOYMENT += task31722_0 task31722_1 icons + loadFromData.sources = loadFromData/* + loadFromData.path = loadFromData + + DEPLOYMENT += task31722_0 task31722_1 icons loadFromData } wince*: { |