blob: 7ead9c6927c564a78f2bfe3c60ac800a7be0341b (
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
|
From 105ceac3263ef27077564874767c63c2ec1ad9b6 Mon Sep 17 00:00:00 2001
From: Olivier Goffart <olivier.goffart@nokia.com>
Date: Wed, 19 Jan 2011 17:16:33 +0100
Subject: [PATCH] qdoc3 is moved from qttools to qtdoc
---
qttools/src/src.pro | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/qttools/src/src.pro b/qttools/src/src.pro
index c405f04..b156c8e 100644
--- a/qttools/src/src.pro
+++ b/qttools/src/src.pro
@@ -36,8 +36,6 @@ contains(QT_CONFIG, dbus):SUBDIRS += qdbus
# We don't need these command line utilities on embedded platforms.
embedded: SUBDIRS += makeqpf
-!wince*:!cross_compile:SUBDIRS += qdoc3
-
CONFIG+=ordered
QTDIR_build:REQUIRES = "contains(QT_CONFIG, full-config)"
--
1.7.3.5
|