diff options
author | Christian Kamm <christian.d.kamm@nokia.com> | 2011-02-09 15:00:31 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2011-05-12 09:24:44 (GMT) |
commit | bd7109bd2517de14d10e14c689b07f94f174396f (patch) | |
tree | 84facbbd3bed9cd8401dd09a4f09e37077f2a4fe /tools/tools.pro | |
parent | a8fdea9460ffd4814240543b0fd340aee593db85 (diff) | |
download | Qt-bd7109bd2517de14d10e14c689b07f94f174396f.zip Qt-bd7109bd2517de14d10e14c689b07f94f174396f.tar.gz Qt-bd7109bd2517de14d10e14c689b07f94f174396f.tar.bz2 |
Move qmldump from Qt Creator to Qt.
Also rename it to qmlplugindump.
Qmlplugindump is a tool that loads a QML module and prints type
information about the types contained in its plugins to the standard
output.
Reviewed-by: Aaron Kennedy
Change-Id: I7c35c34af23adc1c37453393d71e492dedfc6a9b
(cherry picked from b5265d4e99e5c90532e190632951070cf1a2b630)
Diffstat (limited to 'tools/tools.pro')
-rw-r--r-- | tools/tools.pro | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/tools.pro b/tools/tools.pro index f090b86..7eecebd 100644 --- a/tools/tools.pro +++ b/tools/tools.pro @@ -23,7 +23,10 @@ TEMPLATE = subdirs unix:!symbian:!mac:!embedded:!qpa:SUBDIRS += qtconfig win32:!wince*:SUBDIRS += activeqt } - contains(QT_CONFIG, declarative):SUBDIRS += qml + contains(QT_CONFIG, declarative) { + SUBDIRS += qml + !symbian: SUBDIRS += qmlplugindump + } } !wince*:!symbian:SUBDIRS += linguist |