blob: 0a8569ff90b8ee6c4e741c511cf9e7e96d05429a (
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
|
--- a/Makefile
+++ b/Makefile
@@ -1,18 +1,13 @@
MKDIR = mkdir -p
prefix = /usr
bindir = $(prefix)/bin
-TOOLS = assistant \
- designer \
+TOOLS = designer \
lconvert \
- linguist \
lrelease \
lupdate \
moc \
- pixeltool \
qcollectiongenerator \
- qdbus \
qdbuscpp2xml \
- qdbusviewer \
qdbusxml2cpp \
qdoc \
qdoc3 \
@@ -44,9 +39,7 @@
rcc \
repc \
uic \
- uic3 \
- xmlpatterns \
- xmlpatternsvalidator \
+ uic3
# keep the above line empty
|