qt5base-lts/tests/auto/gui/util/qregexpvalidator/qregexpvalidator.pro
Giuseppe D'Angelo 361ab4fe86 Move QValidator tests to QtGui
Q*Validator classes are not in QtWidgets,
so move them where they should stay.

Change-Id: Ie6ea45a026e640fad131002bc9762c575235f3f4
Reviewed-by: David Faure <david.faure@kdab.com>
2012-10-10 23:27:03 +02:00

7 lines
165 B
Prolog

CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qregexpvalidator
SOURCES += tst_qregexpvalidator.cpp
QT += testlib
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0