From 33937d31e5ba48a8dc430f705db0d6e569996657 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 8 Apr 2010 11:20:33 +0200 Subject: 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 --- tools/tools.pro | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v0.12