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>
CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qdoublevalidator
-QT += widgets testlib
+QT += testlib
SOURCES += tst_qdoublevalidator.cpp
TEMPLATE=subdirs
-SUBDIRS=\
- qdesktopservices \
+SUBDIRS= \
+ qdesktopservices \
+ qdoublevalidator \
+ qintvalidator \
+ qregexpvalidator \
qdialogbuttonbox \
qdockwidget \
qdoublespinbox \
- qdoublevalidator \
qfocusframe \
qfontcombobox \
qgroupbox \
- qintvalidator \
qlabel \
qlcdnumber \
qlineedit \
qprogressbar \
qpushbutton \
qradiobutton \
- qregexpvalidator \
qscrollarea \
qscrollbar \
qsizegrip \