20 lines
408 B
Prolog
20 lines
408 B
Prolog
TEMPLATE=subdirs
|
|
|
|
SUBDIRS = qabstractitemmodel \
|
|
qstringlistmodel \
|
|
|
|
qtHaveModule(gui): SUBDIRS += \
|
|
qabstractproxymodel \
|
|
qidentityproxymodel \
|
|
qitemselectionmodel \
|
|
qsortfilterproxymodel_recursive \
|
|
|
|
qtHaveModule(widgets) {
|
|
SUBDIRS += \
|
|
qsortfilterproxymodel_regexp \
|
|
qsortfilterproxymodel_regularexpression
|
|
|
|
qtHaveModule(sql): SUBDIRS += \
|
|
qitemmodel
|
|
}
|