diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2010-04-08 09:20:33 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2010-04-08 09:40:24 (GMT) |
commit | 33937d31e5ba48a8dc430f705db0d6e569996657 (patch) | |
tree | e1ede505c4a54be4d52f45d9315d7342c334fa69 | |
parent | b35ca43b5a091420825254e547e63cc9aa73dded (diff) | |
download | Qt-33937d31e5ba48a8dc430f705db0d6e569996657.zip Qt-33937d31e5ba48a8dc430f705db0d6e569996657.tar.gz Qt-33937d31e5ba48a8dc430f705db0d6e569996657.tar.bz2 |
Fix build after MR 543 merged.
qmlviewer is now called simply qml, and the debugger is not in Qt
sources anymore.
Reviewed-by: Bradley T. Hughes
-rw-r--r-- | tools/tools.pro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/tools.pro b/tools/tools.pro index cfa202e..99a965d 100644 --- a/tools/tools.pro +++ b/tools/tools.pro @@ -19,7 +19,7 @@ TEMPLATE = subdirs unix:!mac:!embedded:contains(QT_CONFIG, qt3support):SUBDIRS += qtconfig win32:!wince*:SUBDIRS += activeqt } - contains(QT_CONFIG, declarative):SUBDIRS += qmlviewer qmldebugger + contains(QT_CONFIG, declarative):SUBDIRS += qml } SUBDIRS += linguist @@ -30,7 +30,6 @@ mac { embedded:SUBDIRS += kmap2qmap -contains(QT_CONFIG, declarative):SUBDIRS += qml contains(QT_CONFIG, dbus):SUBDIRS += qdbus !wince*:contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns xmlpatternsvalidator embedded: SUBDIRS += makeqpf |