diff options
author | Kent Hansen <khansen@trolltech.com> | 2009-05-22 12:43:36 (GMT) |
---|---|---|
committer | Kent Hansen <khansen@trolltech.com> | 2009-05-22 12:43:58 (GMT) |
commit | fbab99479f83c4e51e4a28fd088a5f12f19dbf15 (patch) | |
tree | e6e6e9f921ce28bd161be8aae8a2cc45f2e90445 /tests | |
parent | 289befd1bce5b47c48887d1fe23fb912b60a8e56 (diff) | |
download | Qt-fbab99479f83c4e51e4a28fd088a5f12f19dbf15.zip Qt-fbab99479f83c4e51e4a28fd088a5f12f19dbf15.tar.gz Qt-fbab99479f83c4e51e4a28fd088a5f12f19dbf15.tar.bz2 |
add qstatemachine autotest to auto.pro
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/auto.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 38fa380..27e3c74 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -295,6 +295,7 @@ SUBDIRS += _networkselftest \ qstandarditem \ qstandarditemmodel \ qstate \ + qstatemachine \ qstatusbar \ qstl \ qstring \ |