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/moc/moc.pro | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/tools/moc') diff --git a/src/tools/moc/moc.pro b/src/tools/moc/moc.pro index 12ca725134..3a6fd2a02d 100644 --- a/src/tools/moc/moc.pro +++ b/src/tools/moc/moc.pro @@ -1,9 +1,6 @@ option(host_build) -TEMPLATE = app -QT = bootstrap-private DEFINES += QT_MOC QT_NO_CAST_FROM_ASCII QT_NO_CAST_FROM_BYTEARRAY QT_NO_COMPRESS -DESTDIR = ../../../bin INCLUDEPATH += $$QT_BUILD_TREE/src/corelib/global @@ -11,6 +8,4 @@ include(moc.pri) HEADERS += qdatetime_p.h SOURCES += main.cpp -target.path = $$[QT_HOST_BINS] -INSTALLS += target -load(qt_targets) +load(qt_tool) -- cgit v1.2.3