b48a13fd68
Conflicts: examples/examples.pro tests/auto/corelib/tools/qchar/tst_qchar.cpp tests/auto/other/qaccessibility/accessiblewidgets.h Change-Id: I426696c40ab57d14dc295b8103152cede79f244c
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
|
|
}
|