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 \
|
||||
qsize \
|
||||
qsizef \
|
||||
qstate \
|
||||
qstl \
|
||||
qstring \
|
||||
qstringbuilder1 \
|
||||
|
@ -6,4 +6,5 @@ SUBDIRS=\
|
||||
global \
|
||||
io \
|
||||
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 \
|
||||
qstandarditem \
|
||||
qstandarditemmodel \
|
||||
qstatemachine \
|
||||
qstatusbar \
|
||||
qstringlistmodel \
|
||||
qstyle \
|
||||
|
Loading…
Reference in New Issue
Block a user