diff options
author | Kim Motoyoshi Kalland <kim.kalland@nokia.com> | 2009-09-16 14:00:19 (GMT) |
---|---|---|
committer | Kim Motoyoshi Kalland <kim.kalland@nokia.com> | 2009-09-16 14:40:24 (GMT) |
commit | 59dbb1b7e737713fc650c25a20967ec26cc3ff3d (patch) | |
tree | 76c94fc0063a26381c9f35844367e5633eeecce5 /tests/auto/qkeysequence/qkeysequence.pro | |
parent | 93df7f3b8e0e29ee7ed75a5f54222f26387cc793 (diff) | |
download | Qt-59dbb1b7e737713fc650c25a20967ec26cc3ff3d.zip Qt-59dbb1b7e737713fc650c25a20967ec26cc3ff3d.tar.gz Qt-59dbb1b7e737713fc650c25a20967ec26cc3ff3d.tar.bz2 |
Fixed the qkeysequence::translated autotest.
The test failed because it tried to open a .qm file which didn't exist
in Qt's translations directory. Fixed by running lrelease on the .ts
file and copying the resulting .qm into the test directory.
Reviewed-by: Trond
Diffstat (limited to 'tests/auto/qkeysequence/qkeysequence.pro')
-rw-r--r-- | tests/auto/qkeysequence/qkeysequence.pro | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/auto/qkeysequence/qkeysequence.pro b/tests/auto/qkeysequence/qkeysequence.pro index 6566340..bd85402 100644 --- a/tests/auto/qkeysequence/qkeysequence.pro +++ b/tests/auto/qkeysequence/qkeysequence.pro @@ -1,6 +1,4 @@ load(qttest_p4) SOURCES += tst_qkeysequence.cpp -TRANSLATIONS += keys_de.ts - - +RESOURCES += qkeysequence.qrc
\ No newline at end of file |