cea2b5510c
Change-Id: I37307080e5adc334fcfcdd2fee650d675228a746 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
20 lines
406 B
Prolog
20 lines
406 B
Prolog
TEMPLATE=subdirs
|
|
|
|
SUBDIRS = qstringlistmodel
|
|
|
|
qtHaveModule(gui): SUBDIRS += \
|
|
qabstractitemmodel \
|
|
qabstractproxymodel \
|
|
qidentityproxymodel \
|
|
qitemselectionmodel \
|
|
qsortfilterproxymodel_recursive \
|
|
|
|
qtHaveModule(widgets) {
|
|
SUBDIRS += \
|
|
qsortfilterproxymodel_regexp \
|
|
qsortfilterproxymodel_regularexpression
|
|
|
|
qtHaveModule(sql): SUBDIRS += \
|
|
qitemmodel
|
|
}
|