19 lines
351 B
Prolog
19 lines
351 B
Prolog
TEMPLATE=subdirs
|
|
|
|
SUBDIRS = qabstractitemmodel \
|
|
qstringlistmodel \
|
|
|
|
qtHaveModule(gui): SUBDIRS += \
|
|
qabstractproxymodel \
|
|
qidentityproxymodel \
|
|
qitemselectionmodel \
|
|
qsortfilterproxymodel_recursive \
|
|
|
|
qtHaveModule(widgets) {
|
|
SUBDIRS += \
|
|
qsortfilterproxymodel
|
|
|
|
qtHaveModule(sql): SUBDIRS += \
|
|
qitemmodel
|
|
}
|