Move the qitemmodel test to the itemmodels directory.

Change-Id: I67e1008bea0d94ffbc52aad453a29645261e109e
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
This commit is contained in:
Stephen Kelly 2012-01-03 21:38:41 +01:00 committed by Qt by Nokia
parent 9ddd2c0f35
commit 9eacf32de9
7 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,7 @@ TEMPLATE=subdirs
SUBDIRS = qabstractitemmodel \ SUBDIRS = qabstractitemmodel \
qabstractproxymodel \ qabstractproxymodel \
qidentityproxymodel \ qidentityproxymodel \
qitemmodel \
qitemselectionmodel \ qitemselectionmodel \
qsortfilterproxymodel \ qsortfilterproxymodel \
qstringlistmodel qstringlistmodel

View File

@ -2,7 +2,6 @@ TEMPLATE=subdirs
SUBDIRS=\ SUBDIRS=\
qcoreapplication \ qcoreapplication \
qeventloop \ qeventloop \
qitemmodel \
qmath \ qmath \
qmetaobject \ qmetaobject \
qmetaobjectbuilder \ qmetaobjectbuilder \