diff options
Diffstat (limited to 'Source/WebKit/qt/docs/docs.pri')
-rw-r--r-- | Source/WebKit/qt/docs/docs.pri | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Source/WebKit/qt/docs/docs.pri b/Source/WebKit/qt/docs/docs.pri new file mode 100644 index 0000000..d87dcd6 --- /dev/null +++ b/Source/WebKit/qt/docs/docs.pri @@ -0,0 +1,15 @@ +include(../../../../WebKit.pri) + +unix { + QDOC = SRCDIR=$$PWD/../../.. OUTPUT_DIR=$$OUTPUT_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 |