diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-02-16 05:32:08 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-02-16 05:32:08 (GMT) |
commit | a601e6d71c8f6ae76b8ab820e6a49e29f3a7ba8d (patch) | |
tree | 1edea18632a2a3067f12c07ba131af940b395928 /tools/tools.pro | |
parent | 37fc9b6c3e10bb708d6c294ac37693b6df1d5351 (diff) | |
download | Qt-a601e6d71c8f6ae76b8ab820e6a49e29f3a7ba8d.zip Qt-a601e6d71c8f6ae76b8ab820e6a49e29f3a7ba8d.tar.gz Qt-a601e6d71c8f6ae76b8ab820e6a49e29f3a7ba8d.tar.bz2 |
Remove standalone QmlDebugger. It is now only available through the
plugin in the Creator repo.
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 4cff507..d5569b6 100644 --- a/tools/tools.pro +++ b/tools/tools.pro @@ -26,7 +26,7 @@ mac { embedded:SUBDIRS += kmap2qmap -contains(QT_CONFIG, declarative):SUBDIRS += qmlviewer qmldebugger +contains(QT_CONFIG, declarative):SUBDIRS += qmlviewer contains(QT_CONFIG, dbus):SUBDIRS += qdbus !wince*:contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns xmlpatternsvalidator embedded: SUBDIRS += makeqpf |