summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/qdoc.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qdoc/qdoc.pro')
-rw-r--r--src/tools/qdoc/qdoc.pro100
1 files changed, 0 insertions, 100 deletions
diff --git a/src/tools/qdoc/qdoc.pro b/src/tools/qdoc/qdoc.pro
deleted file mode 100644
index f0df113af8..0000000000
--- a/src/tools/qdoc/qdoc.pro
+++ /dev/null
@@ -1,100 +0,0 @@
-!force_bootstrap {
- load(qfeatures)
- requires(!contains(QT_DISABLED_FEATURES, xmlstreamwriter))
- requires(!contains(QT_DISABLED_FEATURES, dom))
-}
-
-option(host_build)
-QT = core xml
-
-DEFINES += \
- QT_QMLDEVTOOLS_LIB \ # force static exports even if not bootstrapping
- QDOC2_COMPAT
-
-INCLUDEPATH += $$QT_SOURCE_TREE/src/tools/qdoc \
- $$QT_SOURCE_TREE/src/tools/qdoc/qmlparser
-
-# Increase the stack size on MSVC to 4M to avoid a stack overflow
-win32-msvc*:{
- QMAKE_LFLAGS += /STACK:4194304
-}
-
-HEADERS += atom.h \
- codechunk.h \
- codemarker.h \
- codeparser.h \
- config.h \
- cppcodemarker.h \
- cppcodeparser.h \
- doc.h \
- editdistance.h \
- generator.h \
- helpprojectwriter.h \
- htmlgenerator.h \
- location.h \
- node.h \
- openedlist.h \
- plaincodemarker.h \
- puredocparser.h \
- qdocdatabase.h \
- qdoctagfiles.h \
- qdocindexfiles.h \
- quoter.h \
- separator.h \
- text.h \
- tokenizer.h \
- tree.h
-SOURCES += atom.cpp \
- codechunk.cpp \
- codemarker.cpp \
- codeparser.cpp \
- config.cpp \
- cppcodemarker.cpp \
- cppcodeparser.cpp \
- doc.cpp \
- editdistance.cpp \
- generator.cpp \
- helpprojectwriter.cpp \
- htmlgenerator.cpp \
- location.cpp \
- main.cpp \
- node.cpp \
- openedlist.cpp \
- plaincodemarker.cpp \
- puredocparser.cpp \
- qdocdatabase.cpp \
- qdoctagfiles.cpp \
- qdocindexfiles.cpp \
- quoter.cpp \
- separator.cpp \
- text.cpp \
- tokenizer.cpp \
- tree.cpp \
- yyindent.cpp
-
-### QML/JS Parser ###
-
-include(qmlparser/parser.pri)
-
-HEADERS += jscodemarker.h \
- qmlcodemarker.h \
- qmlcodeparser.h \
- qmlmarkupvisitor.h \
- qmlvisitor.h
-
-SOURCES += jscodemarker.cpp \
- qmlcodemarker.cpp \
- qmlcodeparser.cpp \
- qmlmarkupvisitor.cpp \
- qmlvisitor.cpp
-
-### Documentation for qdoc ###
-
-qtPrepareTool(QDOC, qdoc)
-qtPrepareTool(QHELPGENERATOR, qhelpgenerator)
-
-QMAKE_DOCS = $$PWD/doc/config/qdoc.qdocconf
-
-load(qt_tool)
-
-TR_EXCLUDE += $$PWD/*