5c301f4121
When the QPolygonF type was added to QMetaType it did not bump up the values in load() and save() for QVariant. Task-number: QTBUG-33981 Change-Id: I7ad99cda70620c5449c15527c3daf920972d047f Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com> Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
8 lines
198 B
Prolog
8 lines
198 B
Prolog
CONFIG += testcase
|
|
CONFIG += parallel_test
|
|
TARGET = tst_qguivariant
|
|
SOURCES += tst_qguivariant.cpp
|
|
INCLUDEPATH += $$PWD/../../../../other/qvariant_common
|
|
QT += testlib
|
|
RESOURCES += qguivariant.qrc
|