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:
Holger Ihrig 2011-08-26 12:03:32 +02:00
parent 2efc6f787c
commit c9a5ccb268
8 changed files with 6 additions and 3 deletions

View File

@ -40,7 +40,6 @@ SUBDIRS=\
qsignalspy \ qsignalspy \
qsize \ qsize \
qsizef \ qsizef \
qstate \
qstl \ qstl \
qstring \ qstring \
qstringbuilder1 \ qstringbuilder1 \

View File

@ -6,4 +6,5 @@ SUBDIRS=\
global \ global \
io \ io \
kernel \ kernel \
plugin plugin \
statemachine

View File

@ -0,0 +1,4 @@
TEMPLATE=subdirs
SUBDIRS=\
qstate \
qstatemachine

View File

@ -111,7 +111,6 @@ SUBDIRS=\
qstackedwidget \ qstackedwidget \
qstandarditem \ qstandarditem \
qstandarditemmodel \ qstandarditemmodel \
qstatemachine \
qstatusbar \ qstatusbar \
qstringlistmodel \ qstringlistmodel \
qstyle \ qstyle \