361ab4fe86
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>
7 lines
165 B
Prolog
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
|