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>
bb10
Konstantin Ritt 2014-04-04 07:23:59 +03:00 committed by The Qt Project
parent c603a29550
commit 8c0919a286
2 changed files with 1 additions and 2 deletions

View File

@ -33,7 +33,6 @@ SUBDIRS=\
languagechange \
modeltest \
qaccessibility \
qcomplextext \
qfocusevent \
qnetworkaccessmanager_and_qprogressdialog \
qsharedpointer_and_qwidget \

View File

@ -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