summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-10-08 15:06:29 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-10 16:17:56 +0200
commit5d6325c33d1d108d74daa7dd3778cf0f708fbfb3 (patch)
treeda71570bff39119a00b9b8323579f1e99765f087
parentf82499e6508975188b38cb396280c901e4274cd7 (diff)
downloadqttools-5d6325c33d1d108d74daa7dd3778cf0f708fbfb3.tar.gz
don't unnecessarily claim that gui is needed
Change-Id: Ie5d2c0d74f3b47e7f5cf0a3d34b84b382f01f7bd Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
-rw-r--r--tests/auto/linguist/lconvert/lconvert.pro2
-rw-r--r--tests/auto/linguist/lupdate/lupdate.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/linguist/lconvert/lconvert.pro b/tests/auto/linguist/lconvert/lconvert.pro
index 60e674ad4..e373d75cc 100644
--- a/tests/auto/linguist/lconvert/lconvert.pro
+++ b/tests/auto/linguist/lconvert/lconvert.pro
@@ -1,5 +1,5 @@
CONFIG += testcase
-QT += testlib
+QT = core testlib
TARGET = tst_lconvert
diff --git a/tests/auto/linguist/lupdate/lupdate.pro b/tests/auto/linguist/lupdate/lupdate.pro
index cf2b854c4..5ed1ed73c 100644
--- a/tests/auto/linguist/lupdate/lupdate.pro
+++ b/tests/auto/linguist/lupdate/lupdate.pro
@@ -1,5 +1,5 @@
CONFIG += testcase
-QT += testlib
+QT = core testlib
TARGET = tst_lupdate