summaryrefslogtreecommitdiffstats
path: root/tests/auto/qkeysequence/qkeysequence.qrc
diff options
context:
space:
mode:
authorKim Motoyoshi Kalland <kim.kalland@nokia.com>2009-09-16 14:00:19 (GMT)
committerKim Motoyoshi Kalland <kim.kalland@nokia.com>2009-09-16 14:40:24 (GMT)
commit59dbb1b7e737713fc650c25a20967ec26cc3ff3d (patch)
tree76c94fc0063a26381c9f35844367e5633eeecce5 /tests/auto/qkeysequence/qkeysequence.qrc
parent93df7f3b8e0e29ee7ed75a5f54222f26387cc793 (diff)
downloadQt-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.qrc')
-rw-r--r--tests/auto/qkeysequence/qkeysequence.qrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qkeysequence/qkeysequence.qrc b/tests/auto/qkeysequence/qkeysequence.qrc
new file mode 100644
index 0000000..e224faa
--- /dev/null
+++ b/tests/auto/qkeysequence/qkeysequence.qrc
@@ -0,0 +1,6 @@
+<RCC>
+ <qresource>
+ <file>keys_de.qm</file>
+ <file>qt_de.qm</file>
+ </qresource>
+</RCC>