summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/qdoc3.pro
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-07-22 08:46:41 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-07-22 08:58:16 (GMT)
commitb0f37b81cb1972bc66ebc53ef5d4ea237ae83525 (patch)
treec643bc9651e291a3e6a4cfeab48fca7f6a4568c5 /tools/qdoc3/qdoc3.pro
parentcdff58107507a1a7a2d81e8b824d1c5361a77905 (diff)
downloadQt-b0f37b81cb1972bc66ebc53ef5d4ea237ae83525.zip
Qt-b0f37b81cb1972bc66ebc53ef5d4ea237ae83525.tar.gz
Qt-b0f37b81cb1972bc66ebc53ef5d4ea237ae83525.tar.bz2
qdoc: Changed to build qdoc3 in release mode.
Diffstat (limited to 'tools/qdoc3/qdoc3.pro')
-rw-r--r--tools/qdoc3/qdoc3.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/qdoc3/qdoc3.pro b/tools/qdoc3/qdoc3.pro
index 1291272..49a16e6 100644
--- a/tools/qdoc3/qdoc3.pro
+++ b/tools/qdoc3/qdoc3.pro
@@ -7,10 +7,11 @@ DEFINES += QT_NO_CAST_TO_ASCII
QT = core xml
CONFIG += console
CONFIG -= debug_and_release_target
-CONFIG += debug
+#CONFIG += debug
build_all:!build_pass {
CONFIG -= build_all
- CONFIG += debug
+ CONFIG += release
+# CONFIG += debug
}
mac:CONFIG -= app_bundle
HEADERS += apigenerator.h \