diff options
author | axis <qt-info@nokia.com> | 2011-03-29 13:52:03 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2011-03-29 14:35:12 (GMT) |
commit | 2edaa9e52da494703df219a6b7672e0a33fc7031 (patch) | |
tree | 78005c305e1c111819e47c63ae7556cd79bc1f6e /tests/auto/qdir/qdir.pro | |
parent | 3af5af16c6b7d2af8b12d1def27472c1d087b7cf (diff) | |
download | Qt-2edaa9e52da494703df219a6b7672e0a33fc7031.zip Qt-2edaa9e52da494703df219a6b7672e0a33fc7031.tar.gz Qt-2edaa9e52da494703df219a6b7672e0a33fc7031.tar.bz2 |
Corrected case mismatch.
RevBy: Trust me
Diffstat (limited to 'tests/auto/qdir/qdir.pro')
-rw-r--r-- | tests/auto/qdir/qdir.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qdir/qdir.pro b/tests/auto/qdir/qdir.pro index cf612f1..d81e428 100644 --- a/tests/auto/qdir/qdir.pro +++ b/tests/auto/qdir/qdir.pro @@ -4,7 +4,7 @@ RESOURCES += qdir.qrc QT = core wince*|symbian { - DirFiles.sources = testdir testdata searchdir resources entrylist types tst_qdir.cpp + DirFiles.sources = testdir testData searchdir resources entrylist types tst_qdir.cpp DirFiles.path = . DEPLOYMENT += DirFiles } |