diff options
author | axis <qt-info@nokia.com> | 2010-06-25 16:45:57 +0200 |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-06-29 14:13:47 +0200 |
commit | bbb3420e74ee005e0d2b688af65c4ecfe5771235 (patch) | |
tree | 19b2a5f42e4092eb25adfe1f30c695b2993b3d8f /tests/auto/qline | |
parent | 99c408a8efdaa16363f29c0e67fe97b3c8a7f1c4 (diff) | |
download | qt4-tools-bbb3420e74ee005e0d2b688af65c4ecfe5771235.tar.gz |
Various fixes to autotests when using the symbian/linux-armcc mkspec.
Diffstat (limited to 'tests/auto/qline')
-rw-r--r-- | tests/auto/qline/qline.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qline/qline.pro b/tests/auto/qline/qline.pro index 1a3d7f259e..4651fd324f 100644 --- a/tests/auto/qline/qline.pro +++ b/tests/auto/qline/qline.pro @@ -1,6 +1,6 @@ load(qttest_p4) QT -= gui SOURCES += tst_qline.cpp -unix:!mac:!symbian*:!vxworks:LIBS+=-lm +unix:!mac:!symbian:!vxworks:LIBS+=-lm |