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

Last change on this file since 1168 was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

  • Property svn:eol-style set to native
File size: 308 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.