Moved qmetaobjectbuilder test into corelib/kernel/

This commit moves the qmetaobjectbuilder test from test/auto/
into corelib/kernel/ since that matches the location in the Qt source.

Change-Id: I0342e8185ce775b0ef71849f365bf54c8fb56da4
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
bb10
Jo Asplin 2011-11-03 10:57:23 +01:00 committed by Qt by Nokia
parent 59309fa404
commit 15d25dc676
5 changed files with 2 additions and 8 deletions

View File

@ -13,7 +13,7 @@ SUBDIRS += \
tools \
v8.pro \
xml \
other.pro \
other \
widgets \
cross_compile: SUBDIRS -= host.pro

View File

@ -6,6 +6,7 @@ SUBDIRS=\
qitemmodel \
qmath \
qmetaobject \
qmetaobjectbuilder \
qmetatype \
qmimedata \
qobject \

View File

@ -1,7 +0,0 @@
# These tests don't nicely fit into one of the other .pro files.
# They are testing too many Qt modules at the same time.
TEMPLATE=subdirs
SUBDIRS=\
other \
qmetaobjectbuilder