qt5base-lts/tests/auto/sql/models/models.pro
Andy Shaw 4c75934008 Fix a couple of SQL tests
One of the tests was not added to the parent subdirectory pro so this
is also rectified.

Change-Id: I270f1c2882260e3e3fac83d074ed6444c5dece19
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2019-02-19 11:00:19 +00:00

9 lines
158 B
Prolog

TEMPLATE=subdirs
qtHaveModule(widgets): SUBDIRS = \
qsqlquerymodel \
qsqlrelationaldelegate
SUBDIRS += qsqlrelationaltablemodel \
qsqltablemodel \