qt5base-lts/tests/auto/corelib/itemmodels/itemmodels.pro
Oswald Buddenhagen bae926e66d exclude gui-needing tests from -no-gui build
Change-Id: I91f7211efe44cbb41aa3058f85869a6babf121f3
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
2013-10-18 20:05:27 +02:00

14 lines
265 B
Prolog

TEMPLATE=subdirs
SUBDIRS = qabstractitemmodel \
qstringlistmodel \
qtHaveModule(gui): SUBDIRS += \
qabstractproxymodel \
qidentityproxymodel \
qitemselectionmodel \
qtHaveModule(widgets): SUBDIRS += \
qitemmodel \
qsortfilterproxymodel \