diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-03-25 05:24:52 (GMT) |
---|---|---|
committer | Alexis Menard <alexis.menard@nokia.com> | 2010-03-25 06:42:22 (GMT) |
commit | 0ae469c1bbe2f5fa033b88116546b293a8bdf565 (patch) | |
tree | 59f25b42e8201408c43fd2250f958182e0dc387b /tests/benchmarks/declarative/declarative.pro | |
parent | 18137c664abd3bb3825ec44864a938d1acaf7b79 (diff) | |
download | Qt-0ae469c1bbe2f5fa033b88116546b293a8bdf565.zip Qt-0ae469c1bbe2f5fa033b88116546b293a8bdf565.tar.gz Qt-0ae469c1bbe2f5fa033b88116546b293a8bdf565.tar.bz2 |
Rename qdeclarativetime -> qmltime
Consistent with "qml" runtime binary
Diffstat (limited to 'tests/benchmarks/declarative/declarative.pro')
-rw-r--r-- | tests/benchmarks/declarative/declarative.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmarks/declarative/declarative.pro b/tests/benchmarks/declarative/declarative.pro index 38ea6c4..a7d426c 100644 --- a/tests/benchmarks/declarative/declarative.pro +++ b/tests/benchmarks/declarative/declarative.pro @@ -8,4 +8,4 @@ SUBDIRS += \ qdeclarativeimage \ qdeclarativemetaproperty \ script \ - qdeclarativetime + qmltime |