diff options
author | Bea Lam <bea.lam@nokia.com> | 2009-11-17 03:47:16 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2009-11-17 03:47:16 (GMT) |
commit | a493a5e104579c0a7908fc600be1fd622d6447ae (patch) | |
tree | 7f47709a27f3cecd410e659fb3d23d679af01243 /tests/auto/declarative/declarative.pro | |
parent | 3307ee4fdf5c79a7f93f4edc8820990bf3432cf0 (diff) | |
download | Qt-a493a5e104579c0a7908fc600be1fd622d6447ae.zip Qt-a493a5e104579c0a7908fc600be1fd622d6447ae.tar.gz Qt-a493a5e104579c0a7908fc600be1fd622d6447ae.tar.bz2 |
Move debugger tests out of debugger/ subdir
Diffstat (limited to 'tests/auto/declarative/declarative.pro')
-rw-r--r-- | tests/auto/declarative/declarative.pro | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/auto/declarative/declarative.pro b/tests/auto/declarative/declarative.pro index ec2c7d0..c45a05e 100644 --- a/tests/auto/declarative/declarative.pro +++ b/tests/auto/declarative/declarative.pro @@ -2,10 +2,7 @@ TEMPLATE = subdirs SUBDIRS += \ anchors \ # Cover animatedimage \ # Cover - animations \ # Cover - behaviors \ # Cover datetimeformatter \ # Cover - debugger \ # Cover examples \ layouts \ # Cover numberformatter \ # Cover @@ -15,6 +12,9 @@ SUBDIRS += \ qmlbinding \ # Cover qmlconnection \ # Cover qmlcontext \ # Cover + qmldebug \ # Cover + qmldebugclient \ # Cover + qmldebugservice \ # Cover qmldom \ # Cover qmleasefollow \ # Cover qmlecmascript \ # Cover @@ -49,6 +49,7 @@ SUBDIRS += \ qmlsystempalette \ # Cover qmltimer \ # Cover qmlxmllistmodel \ # Cover + qpacketprotocol \ # Cover repeater \ # Cover sql \ # Cover states \ # Cover |