summaryrefslogtreecommitdiff
blob: 080776ce3f20cabe6a81f9dd0b54149e5c88ff80 (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
30
31
32
33
34
35
36
37
38
diff -ur qt-everywhere-opensource-src-4.6.1-orig/tools/tools.pro qt-everywhere-opensource-src-4.6.1/tools/tools.pro
--- qt-everywhere-opensource-src-4.6.1-orig/tools/tools.pro	2010-01-15 19:01:30.000000000 +0200
+++ qt-everywhere-opensource-src-4.6.1/tools/tools.pro	2010-01-19 21:03:04.747379416 +0200
@@ -4,33 +4,9 @@
     message("Some graphics-related tools are unavailable without PNG support")
 } else {
      SUBDIRS += assistant \
-		pixeltool \
-		porting \
-                qtestlib \
-                qttracereplay
-     contains(QT_EDITION, Console) {
-         SUBDIRS += designer/src/uitools     # Linguist depends on this
-     } else {
-         SUBDIRS += designer
-     }
-     SUBDIRS     += linguist
-     symbian: SUBDIRS = designer
-     wince*: SUBDIRS = qtestlib designer
-     unix:!mac:!embedded:contains(QT_CONFIG, qt3support):SUBDIRS += qtconfig
-     win32:!wince*:SUBDIRS += activeqt
+		pixeltool
 }
 
-mac {
-    SUBDIRS += macdeployqt
-}
-
-embedded:SUBDIRS += kmap2qmap
-
-contains(QT_CONFIG, declarative):SUBDIRS += qmlviewer qmldebugger
-contains(QT_CONFIG, dbus):SUBDIRS += qdbus
-!wince*:contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns xmlpatternsvalidator
-embedded: SUBDIRS += makeqpf
-
 !wince*:!cross_compile:SUBDIRS += qdoc3
 
 CONFIG+=ordered