diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-04-30 04:58:56 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-04-30 04:58:56 (GMT) |
commit | 72afedd7fad133b390cc63fd04e3cf0cee757e2e (patch) | |
tree | d1312ea6a560299d0014869f36b39cba86428699 /tools/tools.pro | |
parent | 28936246e547234f727a923d2542d92f766fb2e0 (diff) | |
download | Qt-72afedd7fad133b390cc63fd04e3cf0cee757e2e.zip Qt-72afedd7fad133b390cc63fd04e3cf0cee757e2e.tar.gz Qt-72afedd7fad133b390cc63fd04e3cf0cee757e2e.tar.bz2 |
Rename duiviewer to qmlviewer.
Diffstat (limited to 'tools/tools.pro')
-rw-r--r-- | tools/tools.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools.pro b/tools/tools.pro index 12da18c..2c83580 100644 --- a/tools/tools.pro +++ b/tools/tools.pro @@ -24,7 +24,7 @@ mac { SUBDIRS += kmap2qmap -contains(QT_CONFIG, declarative):SUBDIRS += duiviewer qmlconv +contains(QT_CONFIG, declarative):SUBDIRS += qmlviewer qmlconv contains(QT_CONFIG, dbus):SUBDIRS += qdbus !wince*:contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns embedded: SUBDIRS += makeqpf |