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
parent
59309fa404
commit
15d25dc676
|
|
@ -13,7 +13,7 @@ SUBDIRS += \
|
|||
tools \
|
||||
v8.pro \
|
||||
xml \
|
||||
other.pro \
|
||||
other \
|
||||
widgets \
|
||||
|
||||
cross_compile: SUBDIRS -= host.pro
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ SUBDIRS=\
|
|||
qitemmodel \
|
||||
qmath \
|
||||
qmetaobject \
|
||||
qmetaobjectbuilder \
|
||||
qmetatype \
|
||||
qmimedata \
|
||||
qobject \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in New Issue