summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKonstantin Ritt <ritt.ks@gmail.com>2014-04-04 07:23:59 +0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-04 19:32:21 +0200
commit8c0919a2863948ed8705893c574b481dcdc30ff2 (patch)
tree7a75c6c18d307c6ff0c29098875bdedd75937db9 /tests
parentc603a295501cfa99f1592e120ab40ba0db759a81 (diff)
Remove QtWidgets dependency from tst_QComplexText
It doesn't depends on windget for quite a long time already. Change-Id: I251e2e0d52028d17a61c892308d099f344728e79 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/other/other.pro1
-rw-r--r--tests/auto/other/qcomplextext/qcomplextext.pro2
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/other/other.pro b/tests/auto/other/other.pro
index 2bddc8d127..f7f22fd71e 100644
--- a/tests/auto/other/other.pro
+++ b/tests/auto/other/other.pro
@@ -33,7 +33,6 @@ SUBDIRS=\
languagechange \
modeltest \
qaccessibility \
- qcomplextext \
qfocusevent \
qnetworkaccessmanager_and_qprogressdialog \
qsharedpointer_and_qwidget \
diff --git a/tests/auto/other/qcomplextext/qcomplextext.pro b/tests/auto/other/qcomplextext/qcomplextext.pro
index 7848028134..28acc397bf 100644
--- a/tests/auto/other/qcomplextext/qcomplextext.pro
+++ b/tests/auto/other/qcomplextext/qcomplextext.pro
@@ -1,7 +1,7 @@
CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qcomplextext
-QT += widgets widgets-private testlib
+QT += testlib
QT += core-private gui-private
SOURCES += tst_qcomplextext.cpp
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0