From f2b77e0c3cfdcd05ae0585daa3cf9b8e88dcac69 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 15 Nov 2012 14:49:19 +0100 Subject: make qt_tool support building bootstrapped tools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit as a "side effect", this fixes the build of bootstrapped tools when doing a debug build under msvc: qt.prf would add CONFIG+=release after default_post.prf already loaded debug.prf. Change-Id: Idd17cf28d358950fd90bb18ca7a8d67e06953bc1 Reviewed-by: Joerg Bornemann Reviewed-by: Jan Arve Sæther --- src/tools/qdbuscpp2xml/qdbuscpp2xml.pro | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/tools/qdbuscpp2xml/qdbuscpp2xml.pro') diff --git a/src/tools/qdbuscpp2xml/qdbuscpp2xml.pro b/src/tools/qdbuscpp2xml/qdbuscpp2xml.pro index c18e834d13..a17b91dd79 100644 --- a/src/tools/qdbuscpp2xml/qdbuscpp2xml.pro +++ b/src/tools/qdbuscpp2xml/qdbuscpp2xml.pro @@ -1,8 +1,4 @@ option(host_build) -TEMPLATE = app -QT = bootstrap-private - -DESTDIR = ../../../bin include(../moc/moc.pri) @@ -28,6 +24,4 @@ SOURCES += qdbuscpp2xml.cpp \ $$QT_SOURCE_TREE/src/dbus/qdbus_symbols.cpp \ $$QT_SOURCE_TREE/src/dbus/qdbusunixfiledescriptor.cpp -target.path = $$[QT_HOST_BINS] -INSTALLS += target -load(qt_targets) +load(qt_tool) -- cgit v1.2.3