From 8c0919a2863948ed8705893c574b481dcdc30ff2 Mon Sep 17 00:00:00 2001 From: Konstantin Ritt Date: Fri, 4 Apr 2014 07:23:59 +0300 Subject: 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 --- tests/auto/other/other.pro | 1 - tests/auto/other/qcomplextext/qcomplextext.pro | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/auto/other') 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 -- cgit v1.2.3