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:
parent
d4d81fe68a
commit
361ab4fe86
@ -1,7 +1,7 @@
|
||||
CONFIG += testcase
|
||||
CONFIG += parallel_test
|
||||
TARGET = tst_qdoublevalidator
|
||||
QT += widgets testlib
|
||||
QT += testlib
|
||||
SOURCES += tst_qdoublevalidator.cpp
|
||||
|
||||
|
@ -1,4 +1,7 @@
|
||||
TEMPLATE=subdirs
|
||||
SUBDIRS=\
|
||||
qdesktopservices \
|
||||
SUBDIRS= \
|
||||
qdesktopservices \
|
||||
qdoublevalidator \
|
||||
qintvalidator \
|
||||
qregexpvalidator \
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user