diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-02-26 12:07:17 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-02-26 12:07:17 (GMT) |
commit | 67bb989e11cf47431e419966bff7257c028ea958 (patch) | |
tree | 5abe2f83832f9c2a7b3ef1804f4a79d89fa8b831 /tests/auto/declarative/declarative.pro | |
parent | 2a898e4736dcafbe95dca120b2365bc24b395302 (diff) | |
download | Qt-67bb989e11cf47431e419966bff7257c028ea958.zip Qt-67bb989e11cf47431e419966bff7257c028ea958.tar.gz Qt-67bb989e11cf47431e419966bff7257c028ea958.tar.bz2 |
Fixed qdeclarativeconnection test.
.pro file name must match directory name.
Diffstat (limited to 'tests/auto/declarative/declarative.pro')
-rw-r--r-- | tests/auto/declarative/declarative.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/declarative.pro b/tests/auto/declarative/declarative.pro index 4387875..42ff523 100644 --- a/tests/auto/declarative/declarative.pro +++ b/tests/auto/declarative/declarative.pro @@ -7,7 +7,7 @@ SUBDIRS += \ qdeclarativeanimations \ # Cover qdeclarativebehaviors \ # Cover qdeclarativebinding \ # Cover - qdeclarativeconnections \ # Cover + qdeclarativeconnection \ # Cover qdeclarativecontext \ # Cover qdeclarativedatetimeformatter \ # Cover qdeclarativedebug \ # Cover |