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>
This commit is contained in:
Giuseppe D'Angelo 2012-10-07 16:05:59 +01:00 committed by The Qt Project
parent d4d81fe68a
commit 361ab4fe86
11 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qdoublevalidator
QT += widgets testlib
QT += testlib
SOURCES += tst_qdoublevalidator.cpp

View File

@ -1,4 +1,7 @@
TEMPLATE=subdirs
SUBDIRS=\
qdesktopservices \
SUBDIRS= \
qdesktopservices \
qdoublevalidator \
qintvalidator \
qregexpvalidator \

View File

@ -14,11 +14,9 @@ SUBDIRS=\
qdialogbuttonbox \
qdockwidget \
qdoublespinbox \
qdoublevalidator \
qfocusframe \
qfontcombobox \
qgroupbox \
qintvalidator \
qlabel \
qlcdnumber \
qlineedit \
@ -31,7 +29,6 @@ SUBDIRS=\
qprogressbar \
qpushbutton \
qradiobutton \
qregexpvalidator \
qscrollarea \
qscrollbar \
qsizegrip \