2011-12-10 01:22:06 +00:00
|
|
|
TEMPLATE=subdirs
|
|
|
|
|
2011-12-10 18:13:51 +00:00
|
|
|
SUBDIRS = qabstractitemmodel \
|
2013-10-08 12:51:00 +00:00
|
|
|
qstringlistmodel \
|
|
|
|
|
|
|
|
qtHaveModule(gui): SUBDIRS += \
|
2011-12-10 18:13:51 +00:00
|
|
|
qabstractproxymodel \
|
|
|
|
qidentityproxymodel \
|
2013-02-10 15:06:05 +00:00
|
|
|
qitemselectionmodel \
|
2017-03-02 17:55:20 +00:00
|
|
|
qsortfilterproxymodel_recursive \
|
2013-08-03 13:00:10 +00:00
|
|
|
|
2017-01-09 10:23:10 +00:00
|
|
|
qtHaveModule(widgets) {
|
|
|
|
SUBDIRS += \
|
2018-07-31 14:58:21 +00:00
|
|
|
qsortfilterproxymodel_regexp \
|
|
|
|
qsortfilterproxymodel_regularexpression
|
2017-01-09 10:23:10 +00:00
|
|
|
|
|
|
|
qtHaveModule(sql): SUBDIRS += \
|
|
|
|
qitemmodel
|
|
|
|
}
|