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/qdbusxml2cpp/qdbusxml2cpp.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/tools/qdbusxml2cpp') diff --git a/src/tools/qdbusxml2cpp/qdbusxml2cpp.pro b/src/tools/qdbusxml2cpp/qdbusxml2cpp.pro index 1d5c4d2fc3..01f43c4d8a 100644 --- a/src/tools/qdbusxml2cpp/qdbusxml2cpp.pro +++ b/src/tools/qdbusxml2cpp/qdbusxml2cpp.pro @@ -1,10 +1,11 @@ option(host_build) TEMPLATE = app TARGET = qdbusxml2cpp +QT = bootstrap-private DESTDIR = ../../../bin -include(../bootstrap/bootstrap.pri) +DEFINES += QT_NO_CAST_FROM_ASCII INCLUDEPATH += $$QT_BUILD_TREE/include \ $$QT_BUILD_TREE/include/QtDBus \ -- cgit v1.2.3