diff options
Diffstat (limited to 'Source/WebKit/qt/docs/docs.pri')
-rw-r--r-- | Source/WebKit/qt/docs/docs.pri | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Source/WebKit/qt/docs/docs.pri b/Source/WebKit/qt/docs/docs.pri new file mode 100644 index 000000000..2d9a0941e --- /dev/null +++ b/Source/WebKit/qt/docs/docs.pri @@ -0,0 +1,13 @@ +unix { + QDOC = SRCDIR=$$PWD/../../.. OUTPUT_DIR=$${ROOT_BUILD_DIR} $$(QTDIR)/bin/qdoc3 +} else { + QDOC = $$(QTDIR)\\bin\\qdoc3.exe +} + +unix { + docs.commands = $$QDOC $$PWD/qtwebkit.qdocconf +} else { + docs.commands = \"$$QDOC $$PWD/qtwebkit.qdocconf\" +} + +QMAKE_EXTRA_TARGETS += docs |