summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-05-27 13:00:08 +1000
committerQt Continuous Integration System <qt-info@nokia.com>2011-05-27 08:41:02 +0200
commit2f2ffed775300f3b3e1674a1c5d175a62f584ebf (patch)
tree285ecfc6d717c3eb2d6a4210e239c06bb838f452 /util
parenta6973e22ff3ec047875d296182c2ac4d106e2ddf (diff)
Make lexgen tests compile
Correctly declare that the tests depend on the Qt build having testlib. Change-Id: Icf3332bc81a10e701316f1cd7021d2f6d3c2f424 Reviewed-on: http://codereview.qt.nokia.com/158 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'util')
-rw-r--r--util/lexgen/tests/tests.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/util/lexgen/tests/tests.pro b/util/lexgen/tests/tests.pro
index eb04439a13..1a1e51d8c9 100644
--- a/util/lexgen/tests/tests.pro
+++ b/util/lexgen/tests/tests.pro
@@ -1,6 +1,5 @@
-CONFIG += qtestlib
SOURCES += tst_lexgen.cpp
TARGET = tst_lexgen
include(../lexgen.pri)
-QT = core
+QT = core testlib
DEFINES += SRCDIR=\\\"$$PWD\\\"