2011-12-10 01:22:06 +00:00
|
|
|
TEMPLATE=subdirs
|
|
|
|
|
2018-10-19 10:39:12 +00:00
|
|
|
SUBDIRS = qstringlistmodel
|
2013-10-08 12:51:00 +00:00
|
|
|
|
|
|
|
qtHaveModule(gui): SUBDIRS += \
|
2018-10-19 10:39:12 +00:00
|
|
|
qabstractitemmodel \
|
2011-12-10 18:13:51 +00:00
|
|
|
qabstractproxymodel \
|
2018-09-07 11:36:53 +00:00
|
|
|
qconcatenatetablesproxymodel \
|
2011-12-10 18:13:51 +00:00
|
|
|
qidentityproxymodel \
|
2013-02-10 15:06:05 +00:00
|
|
|
qitemselectionmodel \
|
2017-03-02 17:55:20 +00:00
|
|
|
qsortfilterproxymodel_recursive \
|
2018-11-05 12:17:31 +00:00
|
|
|
qtransposeproxymodel \
|
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_regularexpression
|
2017-01-09 10:23:10 +00:00
|
|
|
|
|
|
|
qtHaveModule(sql): SUBDIRS += \
|
|
|
|
qitemmodel
|
|
|
|
}
|