diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-09-22 02:48:42 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-09-22 02:48:42 (GMT) |
commit | 860430c4b263875426bb813103047836adc387ec (patch) | |
tree | 58781d224f17c34b2cef36d0a5d0925cb3f99fcd /doc/doc.pri | |
parent | 07a7b69cd5662674ec6ac0c7ba0f874baf854b4c (diff) | |
download | Qt-860430c4b263875426bb813103047836adc387ec.zip Qt-860430c4b263875426bb813103047836adc387ec.tar.gz Qt-860430c4b263875426bb813103047836adc387ec.tar.bz2 |
Remove distinction between different editions in docs.
We now generate only one set of docs, for the qt-everywhere package.
Thus we no longer need to differentiate the different editions.
Reviewed-by: Trust Me
Diffstat (limited to 'doc/doc.pri')
-rw-r--r-- | doc/doc.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doc.pri b/doc/doc.pri index 66953e6..9105fbb 100644 --- a/doc/doc.pri +++ b/doc/doc.pri @@ -2,7 +2,7 @@ # Qt documentation build ##################################################################### -DOCS_GENERATION_DEFINES = -Dopensourceedition +DOCS_GENERATION_DEFINES = GENERATOR = $$QT_BUILD_TREE/bin/qhelpgenerator win32:!win32-g++ { |