summaryrefslogtreecommitdiffstats
path: root/src/tools/qdbusxml2cpp/qdbusxml2cpp.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-10-29 17:25:30 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-08 16:59:50 +0100
commit3ad90ea8f629552e6fa35d94600352d9cf924c8b (patch)
tree47d7920e55668e36341978bca411604defa780b3 /src/tools/qdbusxml2cpp/qdbusxml2cpp.pro
parentf1841d864db13585b53815c126dee12370c11c8a (diff)
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 <joerg.bornemann@digia.com>
Diffstat (limited to 'src/tools/qdbusxml2cpp/qdbusxml2cpp.pro')
-rw-r--r--src/tools/qdbusxml2cpp/qdbusxml2cpp.pro3
1 files changed, 2 insertions, 1 deletions
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 \