2f33e030b8
- Replaced the usages of deprecated APIs by corresponding alternatives in the library code and documentation. - Modified the tests to make them build when deprecated APIs disabled: * Made the the parts of the tests testing the deprecated APIs to be compiled conditionally, only when the corresponding methods are enabled. * If the test-case tests only the deprecated API, but not the corresponding replacement, added tests for the replacement. Change-Id: Ic38245015377fc0c8127eb5458c184ffd4b450f1 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
9 lines
140 B
Prolog
9 lines
140 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qtexttable
|
|
QT += testlib gui-private
|
|
qtHaveModule(widgets): QT += widgets
|
|
SOURCES += tst_qtexttable.cpp
|
|
|
|
|
|
|