diff options
author | Titta Heikkala <EXT-Titta.2.Heikkala@nokia.com> | 2010-10-21 08:09:33 (GMT) |
---|---|---|
committer | Janne Koskinen <janne.p.koskinen@digia.com> | 2010-10-21 08:09:33 (GMT) |
commit | a3ceea583b9d14f809e4bf24a9c86fb9179a7797 (patch) | |
tree | b9f688444cf148f8e7f4a763bfdf21d5ef4ac9c1 /tests/auto/qclipboard/test | |
parent | 80f031dfca7c161de4461514dfd8d9d664ea2f03 (diff) | |
download | Qt-a3ceea583b9d14f809e4bf24a9c86fb9179a7797.zip Qt-a3ceea583b9d14f809e4bf24a9c86fb9179a7797.tar.gz Qt-a3ceea583b9d14f809e4bf24a9c86fb9179a7797.tar.bz2 |
Support for clipboard between Qt and Symbian applications
Clipboard now supports copying text between Qt and Symbian applications.
Text is always copied to QClipboard and to Symbian clipboard. If
QClipboard is empty, Symbian clipboard is checked and text is pasted
from there. Corresponding test cases added.
Task-number: QT-2085
Reviewed-by: Janne Koskinen
Merge-request: 870
Reviewed-by: Janne Koskinen <janne.p.koskinen@digia.com>
Diffstat (limited to 'tests/auto/qclipboard/test')
-rw-r--r-- | tests/auto/qclipboard/test/test.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qclipboard/test/test.pro b/tests/auto/qclipboard/test/test.pro index 0f8cad1..97b0c9c 100644 --- a/tests/auto/qclipboard/test/test.pro +++ b/tests/auto/qclipboard/test/test.pro @@ -17,6 +17,8 @@ wince*|symbian: { paster.path = paster symbian: { + LIBS += -lbafl -lestor -letext + load(data_caging_paths) rsc.sources = $${EPOCROOT}$$HW_ZDIR$$APP_RESOURCE_DIR/copier.rsc rsc.sources += $${EPOCROOT}$$HW_ZDIR$$APP_RESOURCE_DIR/paster.rsc |