diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-08-11 15:06:10 +0300 |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-08-11 15:06:10 +0300 |
commit | a6ed9f9a03817adc598fd61adeda08f17a504ea3 (patch) | |
tree | 252ef9f6cb363c7c5b4f369b1c09d5eafb808883 | |
parent | 7ae19c4358a4cd7907569c12a2d3c4784257808e (diff) | |
download | qt4-tools-a6ed9f9a03817adc598fd61adeda08f17a504ea3.tar.gz |
Fixed qline autotest merge, tst_qline.cpp was added twice to SOURCES.
-rw-r--r-- | tests/auto/qline/qline.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qline/qline.pro b/tests/auto/qline/qline.pro index 715774ae6b..1a3d7f259e 100644 --- a/tests/auto/qline/qline.pro +++ b/tests/auto/qline/qline.pro @@ -1,5 +1,4 @@ load(qttest_p4) -SOURCES += tst_qline.cpp QT -= gui SOURCES += tst_qline.cpp unix:!mac:!symbian*:!vxworks:LIBS+=-lm |