Moving relevant tests to corelib/statemachine
Task-number: QTBUG-21066 Change-Id: I6dfff1c3b3ad2119a588dc52eb5a2e67255284c1 Reviewed-on: http://codereview.qt.nokia.com/3658 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
This commit is contained in:
parent
2efc6f787c
commit
c9a5ccb268
@ -40,7 +40,6 @@ SUBDIRS=\
|
|||||||
qsignalspy \
|
qsignalspy \
|
||||||
qsize \
|
qsize \
|
||||||
qsizef \
|
qsizef \
|
||||||
qstate \
|
|
||||||
qstl \
|
qstl \
|
||||||
qstring \
|
qstring \
|
||||||
qstringbuilder1 \
|
qstringbuilder1 \
|
||||||
|
@ -6,4 +6,5 @@ SUBDIRS=\
|
|||||||
global \
|
global \
|
||||||
io \
|
io \
|
||||||
kernel \
|
kernel \
|
||||||
plugin
|
plugin \
|
||||||
|
statemachine
|
||||||
|
4
tests/auto/corelib/statemachine/statemachine.pro
Normal file
4
tests/auto/corelib/statemachine/statemachine.pro
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
TEMPLATE=subdirs
|
||||||
|
SUBDIRS=\
|
||||||
|
qstate \
|
||||||
|
qstatemachine
|
@ -111,7 +111,6 @@ SUBDIRS=\
|
|||||||
qstackedwidget \
|
qstackedwidget \
|
||||||
qstandarditem \
|
qstandarditem \
|
||||||
qstandarditemmodel \
|
qstandarditemmodel \
|
||||||
qstatemachine \
|
|
||||||
qstatusbar \
|
qstatusbar \
|
||||||
qstringlistmodel \
|
qstringlistmodel \
|
||||||
qstyle \
|
qstyle \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user