diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-07-13 11:47:57 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-07-16 10:09:39 (GMT) |
commit | dbb3062a06c3ea6d3cb5b6536cee7b2e4b99b677 (patch) | |
tree | 34d53067f3c17d412bc0efabb6960ce3916a4661 /tests/benchmarks/qstring/qstring.pro | |
parent | 0ee8e33ae604bb8b8eeded59a66b53062168fc9b (diff) | |
download | Qt-dbb3062a06c3ea6d3cb5b6536cee7b2e4b99b677.zip Qt-dbb3062a06c3ea6d3cb5b6536cee7b2e4b99b677.tar.gz Qt-dbb3062a06c3ea6d3cb5b6536cee7b2e4b99b677.tar.bz2 |
Added a utf8->utf16 conversion benchmark.
We need a find better unicode input document though.
Diffstat (limited to 'tests/benchmarks/qstring/qstring.pro')
-rw-r--r-- | tests/benchmarks/qstring/qstring.pro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/benchmarks/qstring/qstring.pro b/tests/benchmarks/qstring/qstring.pro index 74423e7..6aad1c0 100644 --- a/tests/benchmarks/qstring/qstring.pro +++ b/tests/benchmarks/qstring/qstring.pro @@ -2,3 +2,11 @@ load(qttest_p4) TARGET = tst_qstring QT -= gui SOURCES += main.cpp + +wince*:{ + DEFINES += SRCDIR=\\\"\\\" +} else { + DEFINES += SRCDIR=\\\"$$PWD/\\\" +} + + |