blob: 9d743196193e80d009212e2346fe3b26cd608952 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
From 42abea4f218d606834ed198d336fddf025e7dae0 Mon Sep 17 00:00:00 2001
From: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Date: Thu, 17 Feb 2011 12:42:15 -0600
Subject: [PATCH] Build qdoc3 properly after modularization
Note that qdoc here depends on internal things in QtDeclarative
---
qtdoc/tools/qdoc3/qdoc3.pro | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/qtdoc/tools/qdoc3/qdoc3.pro b/qtdoc/tools/qdoc3/qdoc3.pro
index 69d7e28..deca444 100644
--- a/qtdoc/tools/qdoc3/qdoc3.pro
+++ b/qtdoc/tools/qdoc3/qdoc3.pro
@@ -86,9 +86,9 @@ SOURCES += atom.cpp \
tree.cpp \
yyindent.cpp
-INCLUDEPATH += $$QT_BUILD_TREE/include/QtDeclarative
+INCLUDEPATH += $$QT.declarative.private_includes $$QT.declarative.includes
-include(declarativeparser/parser.pri)
+include($$QT.declarative.sources/qml/parser/parser.pri)
### Documentation for qdoc3 ###
--
1.7.3.2.343.g7d43d
|