From 066ada449d1761a60cd469e6010d232a18ffdeb3 Mon Sep 17 00:00:00 2001 From: Lincoln Ramsay Date: Fri, 30 Mar 2012 16:43:28 +1000 Subject: Docs go in the build tree, not the source tree! Change-Id: I2d489c0ea78019e7b5ce5ea52868119baddffbd6 Reviewed-by: Peter Yard Reviewed-by: Alex --- doc/config/qtsensors.qdocconf | 2 +- doc/config/qtsensors_doc.pri | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/config/qtsensors.qdocconf b/doc/config/qtsensors.qdocconf index 7253835c..9499335d 100644 --- a/doc/config/qtsensors.qdocconf +++ b/doc/config/qtsensors.qdocconf @@ -70,7 +70,7 @@ qhp.qtsensors.subprojects.classes.sortPages = true # Do NOT change the variables after this line unless you know what you are doing. -outputdir = ../html +outputdir = $PWD/doc/html outputformats = HTML examples.fileextensions = "*.cpp *.h *.js *.svg *.xml *.ui *.qml" diff --git a/doc/config/qtsensors_doc.pri b/doc/config/qtsensors_doc.pri index d0c92ce0..4c91758b 100644 --- a/doc/config/qtsensors_doc.pri +++ b/doc/config/qtsensors_doc.pri @@ -31,8 +31,8 @@ qch_docs.commands = #no commands yet QMAKE_EXTRA_TARGETS += docs dita_docs online_docs qch_docs QMAKE_CLEAN += \ - "-r $$PWD/../html" \ - "-r $$PWD/../ditaxml" + "-r $$OUT_PWD/../html" \ + "-r $$OUT_PWD/../ditaxml" OTHER_FILES += \ -- cgit v1.2.3