From 3ad90ea8f629552e6fa35d94600352d9cf924c8b Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 29 Oct 2012 17:25:30 +0100 Subject: Generate a proper static QtBootstrap module Making a properly installed libQtBootstrap simplifies our tools build process a little and in addition allows other comand line tools to use the bootstrap lib and link against it. Initial-version-by: Lars Knoll Change-Id: Iddf4568a5505bc24898ec1abf7e7022e19f0a454 Reviewed-by: Joerg Bornemann --- src/tools/qdoc/qdoc.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/tools/qdoc') diff --git a/src/tools/qdoc/qdoc.pro b/src/tools/qdoc/qdoc.pro index 0c3521c5d7..2cd51e796c 100644 --- a/src/tools/qdoc/qdoc.pro +++ b/src/tools/qdoc/qdoc.pro @@ -1,12 +1,11 @@ option(host_build) TEMPLATE = app TARGET = qdoc +QT = bootstrap-private DESTDIR = ../../../bin DEFINES += QDOC2_COMPAT -include(../bootstrap/bootstrap.pri) -DEFINES -= QT_NO_CAST_FROM_ASCII DEFINES += QT_NO_TRANSLATION INCLUDEPATH += $$QT_SOURCE_TREE/src/tools/qdoc \ -- cgit v1.2.3