From c07f1e5b13816403f0dfc828f9550c9445f9bc9f Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Thu, 7 Jul 2011 14:07:45 +0200 Subject: [PATCH] qmlplugindump: Place executable in QT_BUILD_TREE/bin. Change-Id: I751e8186aeaa2b87046cbe50c690cb0a312f71c5 Reviewed-on: http://codereview.qt.nokia.com/1306 Reviewed-by: Roberto Raggi --- tools/qmlplugindump/qmlplugindump.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/qmlplugindump/qmlplugindump.pro b/tools/qmlplugindump/qmlplugindump.pro index 2e5ac5e..8b3aa08 100644 --- a/tools/qmlplugindump/qmlplugindump.pro +++ b/tools/qmlplugindump/qmlplugindump.pro @@ -1,6 +1,6 @@ TEMPLATE = app CONFIG += qt uic console -DESTDIR = ../../bin +!isEmpty(QT_BUILD_TREE):DESTDIR = $$QT_BUILD_TREE/bin QT += declarative declarative-private core-private -- 2.7.4