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
parent
c603a29550
commit
8c0919a286
|
|
@ -33,7 +33,6 @@ SUBDIRS=\
|
|||
languagechange \
|
||||
modeltest \
|
||||
qaccessibility \
|
||||
qcomplextext \
|
||||
qfocusevent \
|
||||
qnetworkaccessmanager_and_qprogressdialog \
|
||||
qsharedpointer_and_qwidget \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue