diff options
author | Harald Fernengel <harald.fernengel@nokia.com> | 2011-02-23 12:26:16 (GMT) |
---|---|---|
committer | Harald Fernengel <harald.fernengel@nokia.com> | 2011-02-23 12:26:16 (GMT) |
commit | d13130819f02697b217378f83feff18e3d918957 (patch) | |
tree | 2a1eaf70021a34614afb29970372426d6964b8b8 /tests/auto/qclipboard | |
parent | 77b46e00a6abf8530b727b75eb01955a10bc6dd0 (diff) | |
download | Qt-d13130819f02697b217378f83feff18e3d918957.zip Qt-d13130819f02697b217378f83feff18e3d918957.tar.gz Qt-d13130819f02697b217378f83feff18e3d918957.tar.bz2 |
fix test for QtLighthouse
Diffstat (limited to 'tests/auto/qclipboard')
-rw-r--r-- | tests/auto/qclipboard/tst_qclipboard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qclipboard/tst_qclipboard.cpp b/tests/auto/qclipboard/tst_qclipboard.cpp index c05bbac..7840974 100644 --- a/tests/auto/qclipboard/tst_qclipboard.cpp +++ b/tests/auto/qclipboard/tst_qclipboard.cpp @@ -205,7 +205,7 @@ void tst_QClipboard::testSignals() void tst_QClipboard::copy_exit_paste() { #ifndef QT_NO_PROCESS -#if defined Q_WS_X11 || defined Q_WS_QWS +#if defined Q_WS_X11 || defined Q_WS_QWS || defined (Q_WS_QPA) QSKIP("This test does not make sense on X11 and embedded, copied data disappears from the clipboard when the application exits ", SkipAll); // ### It's still possible to test copy/paste - just keep the apps running #elif defined (Q_OS_SYMBIAN) && defined (Q_CC_NOKIAX86) |