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 | |
---|
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.