source:
trunk/doc/doc.pri@
92
Last change on this file since 92 was 2, checked in by , 16 years ago | |
---|---|
File size: 2.5 KB |
Line | |
---|---|
1 | ##################################################################### |
2 | # Qt documentation build |
3 | ##################################################################### |
4 | |
5 | win32 { |
6 | QT_WINCONFIG = release/ |
7 | CONFIG(debug, debug|release) { |
8 | QT_WINCONFIG = debug/ |
9 | } |
10 | } |
11 | |
12 | DOCS_GENERATION_DEFINES = -Dopensourceedition |
13 | GENERATOR = $$QT_BUILD_TREE/bin/qhelpgenerator |
14 | |
15 | win32:!win32-g++ { |
16 | unixstyle = false |