qt5base-lts/tests/auto/corelib/time/time.pro
Andreas Buhr 83fce1931f Add unit tests for qdatetimeparser
The qdatetimeparser was not tested explicitly so far, but only
implicitly in tst_qdate / tst_qdatetime / tst_qdatetimeedit etc.
This made it difficult to test some corner cases, especially in the
context of unfinished dates, i.e. dates which are invalid, but could
become valid by adding more characters. This is used to validate
user input in qdatetimeedit.

Task-number: QTBUG-84334
Change-Id: I27202849abb1b7cad96d3e25f7ac81ce85272b2a
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2020-10-23 20:33:18 +02:00

9 lines
148 B
Prolog

TEMPLATE = subdirs
SUBDIRS = \
qcalendar \
qdate \
qdatetime \
qdatetimeparser \
qtime
qtConfig(timezone): SUBDIRS += qtimezone