source: trunk/src/3rdparty/webkit/WebKit/qt/docs/docs.pri@ 561

Last change on this file since 561 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

  • Property svn:eol-style set to native
File size: 306 bytes
Line 
1include(../../../WebKit.pri)
2
3unix {
4 QDOC = SRCDIR=$$PWD/../../.. OUTPUT_DIR=$$OUTPUT_DIR $$(QTDIR)/bin/qdoc3
5} else {
6 QDOC = $$(QTDIR)\bin\qdoc3.exe
7}
8
9unix {
10docs.commands = $$QDOC $$PWD/qtwebkit.qdocconf
11} else {
12docs.commands = \"$$QDOC $$PWD/qtwebkit.qdocconf\"
13}
14
15QMAKE_EXTRA_TARGETS += docs
Note: See TracBrowser for help on using the repository browser.