diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-07-16 23:02:59 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-07-16 23:02:59 (GMT) |
commit | 04c4e4ee54dd7e1d9a01394a680af498e3864e66 (patch) | |
tree | 0269d1b4798759e65bbd80095c7e52437a0d18d4 /tools/tools.pro | |
parent | 1f5e32a11114370e4364fcfa77b9c4ab4bf192a3 (diff) | |
download | Qt-04c4e4ee54dd7e1d9a01394a680af498e3864e66.zip Qt-04c4e4ee54dd7e1d9a01394a680af498e3864e66.tar.gz Qt-04c4e4ee54dd7e1d9a01394a680af498e3864e66.tar.bz2 |
Don't try to build qmldebugger.
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 7caef83..6cf1760 100644 --- a/tools/tools.pro +++ b/tools/tools.pro @@ -24,7 +24,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 embedded: SUBDIRS += makeqpf |