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 | |
---|
1 | include(../../../WebKit.pri)
|
---|
2 |
|
---|
3 | unix {
|
---|
4 | QDOC = SRCDIR=$$PWD/../../.. OUTPUT_DIR=$$OUTPUT_DIR $$(QTDIR)/bin/qdoc3
|
---|
5 | } else {
|
---|
6 | QDOC = $$(QTDIR)\bin\qdoc3.exe
|
---|
7 | }
|
---|
8 |
|
---|
9 | unix {
|
---|
10 | docs.commands = $$QDOC $$PWD/qtwebkit.qdocconf
|
---|
11 | } else {
|
---|
12 | docs.commands = \"$$QDOC $$PWD/qtwebkit.qdocconf\"
|
---|
13 | }
|
---|
14 |
|
---|
15 | QMAKE_EXTRA_TARGETS += docs
|
---|
Note:
See
TracBrowser
for help on using the repository browser.