From f0289430822c241f808c64342ae796ba6a460096 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Fri, 21 Aug 2009 19:20:21 +0200 Subject: Use relative paths in DESTDIR in qdoc3.pro. When mkdist builds qdoc, it uses a shadow build outside Qt's build. So .qmake.cache is not present. That led qmake to try and write to /bin, which would obviously fail. Reviewed-by: TrustMe --- tools/qdoc3/qdoc3.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/qdoc3/qdoc3.pro b/tools/qdoc3/qdoc3.pro index 21b3bb9..99edcf4 100644 --- a/tools/qdoc3/qdoc3.pro +++ b/tools/qdoc3/qdoc3.pro @@ -7,7 +7,7 @@ DEFINES += QT_NO_CAST_TO_ASCII QT = core xml CONFIG += console CONFIG -= debug_and_release_target -DESTDIR = $$QT_BUILD_TREE/bin +DESTDIR = ../../bin #CONFIG += debug build_all:!build_pass { CONFIG -= build_all -- cgit v0.12